ValueAccumulator<T>.GetValue


Declaration

public T GetValue(int identifier)

Description

Returns the value stored with the specified identifier.

Parameters

identifierThe identifier of the stored value.

Returns

TThe value stored with the identifier, or default(T) if the value does not exist.