CommandLineArgumentElementType Property

Gets the type of the elements of the argument value.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public Type ElementType { get; }

Property Value

Type
If the IsMultiValue property is , the Type of each individual value; if the argument type is an instance of NullableT, the type T; otherwise, the same value as the ArgumentType property.

See Also