Click or drag to resize

CommandLineArgumentArgumentType Property

Gets the type of the argument.

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

Property Value

Type: Type
The Type of the argument.
See Also