CommandLineParser Constructor | 
| Name | Description | |
|---|---|---|
| CommandLineParser(Type) | 
            Initializes a new instance of the CommandLineParser class using the specified arguments type, the default argument name prefixes,
            and the default case-insensitive argument name comparer.
              | |
| CommandLineParser(Type, IEnumerableString) | 
            Initializes a new instance of the CommandLineParser class using the specified arguments type, the specified argument name prefixes,
            and the default case-insensitive argument name comparer.
              | |
| CommandLineParser(Type, IEnumerableString, IComparerString) | 
            Initializes a new instance of the CommandLineParser class using the specified arguments type, the specified argument name prefixes,
            and the specified IComparerT for comparing argument names.
              |