 | ITallierT Interface |
A Tallier, that can tally for a specific purpose.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic interface ITallier<in T>
Type Parameters
- T
- The type of the IEnumerableT to tally.
The ITallierT type exposes the following members.
Methods
| Name | Description |
---|
 | GetTalliaror |
Get an instance of a tallier for a tallying run.
|
Top
See Also