Click or drag to resize

CommandLineArgumentElementType Property

Gets the element type of the argument.

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

Property Value

Type: Type
If the IsMultiValue property is , the Type of each individual value; otherwise, the same value as ArgumentType.
See Also