Click or drag to resize
ParserSettings Properties

The ParserSettings type exposes the following members.

Properties
  NameDescription
Public propertyCaseSensitive
Gets or sets a value indicating whether perform case sensitive comparisons.
Public propertyHelpWriter
Gets or sets the TextWriter used for help method output. Setting this property to null, will disable help screen.
Public propertyIgnoreUnknownArguments
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
Public propertyMutuallyExclusive
Gets or sets a value indicating whether set a mutually exclusive behavior. Default is set to false.
Public propertyParsingCulture
Gets or sets the culture used when parsing arguments to typed properties.
Top
See Also