Class EnumWrapper<T>
A strongly typed version of the EnumWrapper for a specific Enum type. This ensures it holds the enum value correctly typed
Implements
Inherited Members
Namespace: LemonEdge.Utils
Assembly: LemonEdge.Utils.dll
Syntax
public class EnumWrapper<T> : EnumWrapper, IEquatable<EnumWrapper>
Type Parameters
Name | Description |
---|---|
T | The type of Enum |
Constructors
EnumWrapper()
Declaration
public EnumWrapper()
Properties
ObjValue
Returns the Value holding the actual enum value
Declaration
public override object ObjValue { get; set; }
Property Value
Type | Description |
---|---|
object |
Overrides
Value
The actual enum value being wrapped
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |