ValueAccumulator<T>.RemoveValue


Declaration

public void RemoveValue(int identifier)

Description

Removes the value stored with the given identifier and updates the total accumulated value.

Parameters

identifierThe identifier of the stored value to remove.