Click or drag to resize

CommandLineParserArgumentsType Property

Gets the type that was used to define the arguments.

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

Property Value

Type: Type
The type that was used to define the arguments.
See Also