CommandLineParserMode Property

Gets the command line argument parsing rules used by the parser.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public ParsingMode Mode { get; }

Property Value

ParsingMode
The ParsingMode for this parser. The default is Default.

See Also