ValueAccumulator<T>.Add
Method in ValueAccumulator<T>
Declaration
protected abstract T Add(T value)
Description
Increases the accumulated total by a given value.
Parameters
value | The value to add to the total. |
Returns
T | The new total value. |
protected abstract T Add(T value)
Increases the accumulated total by a given value.
value | The value to add to the total. |
T | The new total value. |