Click or drag to resize

GenericTallyT Constructor

Constructor.

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

Parameters

src (Optional)
Type: System.Collections.GenericIEnumerableT
The default IEnumerableT to tally in case none are provided. for no default.
See Also