EnumConverterEnumType Property
Gets the enumeration type that this converter converts to.
Namespace: Ookii.CommandLine.ConversionAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public Type EnumType { get; }
Public ReadOnly Property EnumType As Type
Get
Dim instance As EnumConverter
Dim value As Type
value = instance.EnumType
public:
property Type^ EnumType {
Type^ get ();
}
Property Value
Type
The enumeration type.