Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
TypeTally(T, T0, T1, T2, T3, T4) Class
TypeTally(T, T0, T1, T2, T3, T4) Methods
Add Method
AddHidden Method
Do Method
TypeTally
T
,
T0
,
T1
,
T2
,
T3
,
T4
Do Method
Perform the tally, tallying all the
ITallier
T
s added until the
IEnumerable
T
is done or any of the
ITallier
T
s have broken.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
Tuple
<T0, T1, T2, T3, T4>
Do
(
IEnumerable
<T>
source
=
null
)
Parameters
source
(Optional)
Type:
System.Collections.Generic
IEnumerable
T
The
IEnumerable
T
to tally, or
for default.
Return Value
Type:
Tuple
T0
,
T1
,
T2
,
T3
,
T4
The Tallier's return values in a tuple.
See Also
Reference
TypeTally
T, T0, T1, T2, T3, T4
Class
WhetStone.Looping Namespace