CommandLineParser Properties | 
The CommandLineParser type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDuplicateArguments | 
            Gets or sets a value indicating whether duplicate arguments are allowed.
              | |
| AllowWhiteSpaceValueSeparator | 
            Gets or sets a value indicating whether the value of arguments may be separated from the name by white space.
              | |
| ArgumentNamePrefixes | 
            Gets the argument name prefixes used by this instance.
              | |
| Arguments | 
            Gets the arguments supported by this CommandLineParser instance.
              | |
| ArgumentsType | 
            Gets the type that was used to define the arguments.
              | |
| Culture | 
            Gets or sets the culture used to convert command line argument values from their string representation to the argument type.
              | |
| DefaultArgumentNamePrefixes | 
            Gets the default argument name prefixes for the current platform.
              | |
| DefaultUsagePrefix | 
            Gets the default prefix for the command line usage information.
              | |
| Description | 
            Gets a description that is used when generating usage information.
              |