| ParserSettings Properties |
The ParserSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| CaseSensitive |
Gets or sets a value indicating whether perform case sensitive comparisons.
| |
| HelpWriter |
Gets or sets the TextWriter used for help method output.
Setting this property to null, will disable help screen.
| |
| IgnoreUnknownArguments |
Gets or sets a value indicating whether the parser shall move on to the next argument and ignore the given argument if it
encounter an unknown arguments
| |
| MutuallyExclusive |
Gets or sets a value indicating whether set a mutually exclusive behavior.
Default is set to false.
| |
| ParsingCulture |
Gets or sets the culture used when parsing arguments to typed properties.
|