Click or drag to resize

TypeTallyTDo Method

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

Parameters

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