CommandLineArgumentParser Property

Gets the CommandLineParser that this argument belongs to.

Definition

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

Property Value

CommandLineParser
An instance of the CommandLineParser class.

See Also