Click or drag to resize

TypeTallyT, T0Do Method

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public T0 Do(
	IEnumerable<T> source = null
)

Parameters

source (Optional)
Type: System.Collections.GenericIEnumerableT
The IEnumerableT to tally, or for default.

Return Value

Type: T0
The Tallier's return value.
See Also