Click or drag to resize

TypeTallyT, T0, T1, T2, T3, T4Add Method

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public GenericTally<T> Add(
	ITallier<T> tal
)

Parameters

tal
Type: WhetStone.LoopingITallierT
The ITallierT to add.

Return Value

Type: GenericTallyT
The tally, without a type wrapper.
See Also