Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
TallierExtensions Class
TallierExtensions Methods
TallyAction Method
TallyAction(T) Method (GenericTally(T), Action(T))
TallyAction(T) Method (GenericTally(T), Func(T, Boolean))
TallyAction(T) Method (TypeTally(T), Action(T))
TallyAction(T) Method (TypeTally(T), Func(T, Boolean))
TallyAction(T, T0) Method (TypeTally(T, T0), Action(T))
TallyAction(T, T0) Method (TypeTally(T, T0), Func(T, Boolean))
TallyAction(T, T0, T1) Method (TypeTally(T, T0, T1), Action(T))
TallyAction(T, T0, T1) Method (TypeTally(T, T0, T1), Func(T, Boolean))
TallyAction(T, T0, T1, T2) Method (TypeTally(T, T0, T1, T2), Action(T))
TallyAction(T, T0, T1, T2) Method (TypeTally(T, T0, T1, T2), Func(T, Boolean))
TallyAction(T, T0, T1, T2, T3) Method (TypeTally(T, T0, T1, T2, T3), Action(T))
TallyAction(T, T0, T1, T2, T3) Method (TypeTally(T, T0, T1, T2, T3), Func(T, Boolean))
TallyAction(T, T0, T1, T2, T3, T4) Method (TypeTally(T, T0, T1, T2, T3, T4), Action(T))
TallyAction(T, T0, T1, T2, T3, T4) Method (TypeTally(T, T0, T1, T2, T3, T4), Func(T, Boolean))
TallierExtensions
TallyAction
T
Method (TypeTally
T
, Action
T
)
Add an ignored tally action 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>
TallyAction
<T>(
this
TypeTally
<T>
this
,
Action
<T>
action
)
Parameters
this
Type:
WhetStone.Looping
TypeTally
T
The tally to add to.
action
Type:
System
Action
T
The
Action
T
to invoke on every element tallied.
Type Parameters
T
The type of the tally.
Return Value
Type:
TypeTally
T
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
TallyAction Overload
WhetStone.Looping Namespace