Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
GenericTally(T) Class
GenericTally(T) Methods
Add Method
Do Method
GenericTally
T
Add Method
Add an
ITallier
T
to the tally.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
GenericTally
<T>
Add
(
ITallier
<T>
tallier
,
bool
append
=
true
)
Parameters
tallier
Type:
WhetStone.Looping
ITallier
T
The
ITallier
T
to add.
append
(Optional)
Type:
System
Boolean
Whether to add the aggregate result to the tally result.
Return Value
Type:
GenericTally
T
The
GenericTally
T
, to allow easy piping.
See Also
Reference
GenericTally
T
Class
WhetStone.Looping Namespace