ValueAccumulator<T>.Add


Declaration

protected abstract T Add(T value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

TThe new total value.