ValueAccumulator<T>.GetValue
Method in ValueAccumulator<T>
Declaration
public T GetValue(int identifier)Description
Returns the value stored with the specified identifier.
Parameters
| identifier | The identifier of the stored value. |
Returns
| T | The value stored with the identifier, or default(T) if the value does not exist. |