CommandLineParserOptions Property

Gets the options used by this instance.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public ParseOptions Options { get; }

Property Value

ParseOptions
An instance of the ParseOptions class.

Remarks

If you change the value of the ParseOptionsCulture, ParseOptionsDuplicateArguments, ParseOptionsAllowWhiteSpaceValueSeparator, StringProvider or UsageWriter property, this will affect the behavior of this instance. The other properties of the ParseOptions class are only used when the CommandLineParser class is constructed, so changing them afterwards will have no effect.

See Also