EnumTypeKind Type
Indicates the data type in the Enum Type.
Union cases
Union case | Description |
Full Usage:
CharEnum
|
|
Full Usage:
GeneralEnum
|
|
Full Usage:
LongEnum
|
|
Full Usage:
ShortEnum
|
|
Full Usage:
UnknownEnumType
|
|
Full Usage:
UnsignedCharEnum
|
|
Full Usage:
UnsignedIntEnum
|
|
Full Usage:
UnsignedLongEnum
|
|
Full Usage:
UnsignedShortEnum
|
Instance members
Instance member | Description |
Full Usage:
this.IsCharEnum
Returns: bool
|
|
Full Usage:
this.IsGeneralEnum
Returns: bool
|
|
Full Usage:
this.IsLongEnum
Returns: bool
|
|
Full Usage:
this.IsShortEnum
Returns: bool
|
|
Full Usage:
this.IsUnknownEnumType
Returns: bool
|
|
Full Usage:
this.IsUnsignedCharEnum
Returns: bool
|
|
Full Usage:
this.IsUnsignedIntEnum
Returns: bool
|
|
Full Usage:
this.IsUnsignedLongEnum
Returns: bool
|
|
Full Usage:
this.IsUnsignedShortEnum
Returns: bool
|
|