EnumValue<T> Implicit Conversion Operators
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Implicit(T to EnumValue<T>) | Implicit converter from enum. |
![]() ![]() |
Implicit(EnumValue<T> to T) | Implicit converter to enum. |
![]() ![]() |
Implicit(EnumValue<T> to String) | Implicit converter to String. |
Top