Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
TallierExtensions Class
TallierExtensions Methods
TallyCount Method
TallyCount(T) Method (GenericTally(T))
TallyCount(T) Method (TypeTally(T))
TallyCount(T, T0) Method (TypeTally(T, T0))
TallyCount(T, T0, T1) Method (TypeTally(T, T0, T1))
TallyCount(T, T0, T1, T2) Method (TypeTally(T, T0, T1, T2))
TallyCount(T, T0, T1, T2, T3) Method (TypeTally(T, T0, T1, T2, T3))
TallyCount(T, T0, T1, T2, T3, T4) Method (TypeTally(T, T0, T1, T2, T3, T4))
TallyCount(T) Method (GenericTally(T), Func(T, Boolean))
TallyCount(T) Method (TypeTally(T), Func(T, Boolean))
TallyCount(T, T0) Method (TypeTally(T, T0), Func(T, Boolean))
TallyCount(T, T0, T1) Method (TypeTally(T, T0, T1), Func(T, Boolean))
TallyCount(T, T0, T1, T2) Method (TypeTally(T, T0, T1, T2), Func(T, Boolean))
TallyCount(T, T0, T1, T2, T3) Method (TypeTally(T, T0, T1, T2, T3), Func(T, Boolean))
TallyCount(T, T0, T1, T2, T3, T4) Method (TypeTally(T, T0, T1, T2, T3, T4), Func(T, Boolean))
TallierExtensions
TallyCount
T
Method (TypeTally
T
)
Add a count to a tally.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
TypeTally
<T,
int
>
TallyCount
<T>(
this
TypeTally
<T>
this
)
Parameters
this
Type:
WhetStone.Looping
TypeTally
T
The tally to add to.
Type Parameters
T
The type of the tally.
Return Value
Type:
TypeTally
T
,
Int32
this
, to allow piping.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
TypeTally
T
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
TallierExtensions Class
TallyCount Overload
WhetStone.Looping Namespace