ValueAccumulator<T>.RemoveValue
Method in ValueAccumulator<T>
Declaration
public void RemoveValue(int identifier)
Description
Removes the value stored with the given identifier and updates the total accumulated value.
Parameters
identifier | The identifier of the stored value to remove. |