Click or drag to resize

ArgumentParsedEventArgs.Argument Property

Gets the argument that was parsed.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public CommandLineArgument Argument { get; }

Property Value

Type: CommandLineArgument
The CommandLineArgument instance for the argument.
See Also