ValueContainer<T>
Class in Arbor.ValueFlow / Inherits from: object
Implements interfaces: IValueContainer, IValueContainer<T>
Description
A class that stores values, which can be accessed without boxing by using ValueMediator or ListMediator as intermediaries.
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| T | Value type | 
Methods
| Method Name | Description | 
|---|---|
| GetValue | Get value | 
| GetValueObject | Get value | 
| SetValue | Set value | 
| SetValueObject | Set value | 
| ToString | Convert a value to a string. |