Click or drag to resize

ArgumentParsedEventArgsArgument Property

Gets the argument that was parsed.

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

Property Value

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