EnumValue<T> Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
EnumValue<T>() | Initializes a new instance of the EnumValue. | |
EnumValue<T>(T) | Initializes a new instance of the EnumValue. | |
EnumValue<T>(EnumValue<T>) | Initializes a new instance of the EnumValue by deep copy. |
Top