EnumContainer<T>
Class in Arbor.ValueFlow / Inherits from: ValueContainer<T>
Implements interfaces: IValueContainer<int>
Description
A class that stores an Enum type value. By mediating ValueMediator and ListMediator, access that avoids boxing becomes possible.
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| T | Enum type | 
 | 
Inherited Members
Methods
| Method Name | Description | 
|---|---|
| GetValue | Get value | 
| GetValueObject | Get value | 
| SetValue | Set value | 
| SetValueObject | Set value | 
| ToString | Convert a value to a string. |