CommandLineArgumentElementType Property |
Gets the element type of the argument.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic Type ElementType { get; }
Public ReadOnly Property ElementType As Type
Get
Dim instance As CommandLineArgument
Dim value As Type
value = instance.ElementType
public:
property Type^ ElementType {
Type^ get ();
}
Property Value
Type:
Type
If the
IsMultiValue property is
, the
Type of each individual value; otherwise, the same value as
ArgumentType.
See Also