Click or drag to resize

TypeTallyTAddHidden Method

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

Parameters

tal
Type: WhetStone.LoopingITallierT
The ITallierT to add.

Return Value

Type: TypeTallyT
The tally, to allow piping.
See Also