Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
TallierExtensions Class
TallierExtensions Methods
TallyAny Method
TallyAny(T) Method (GenericTally(T), Boolean)
TallyAny(T) Method (TypeTally(T), Boolean)
TallyAny(T, T0) Method (TypeTally(T, T0), Boolean)
TallyAny(T, T0, T1) Method (TypeTally(T, T0, T1), Boolean)
TallyAny(T, T0, T1, T2) Method (TypeTally(T, T0, T1, T2), Boolean)
TallyAny(T, T0, T1, T2, T3) Method (TypeTally(T, T0, T1, T2, T3), Boolean)
TallyAny(T, T0, T1, T2, T3, T4) Method (TypeTally(T, T0, T1, T2, T3, T4), Boolean)
TallyAny(T) Method (GenericTally(T), Func(T, Boolean), Boolean)
TallyAny(T) Method (TypeTally(T), Func(T, Boolean), Boolean)
TallyAny(T, T0) Method (TypeTally(T, T0), Func(T, Boolean), Boolean)
TallyAny(T, T0, T1) Method (TypeTally(T, T0, T1), Func(T, Boolean), Boolean)
TallyAny(T, T0, T1, T2) Method (TypeTally(T, T0, T1, T2), Func(T, Boolean), Boolean)
TallyAny(T, T0, T1, T2, T3) Method (TypeTally(T, T0, T1, T2, T3), Func(T, Boolean), Boolean)
TallyAny(T, T0, T1, T2, T3, T4) Method (TypeTally(T, T0, T1, T2, T3, T4), Func(T, Boolean), Boolean)
TallierExtensions
TallyAny
T
Method (GenericTally
T
, Boolean)
Add an any to a
GenericTally
T
.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
GenericTally
<T>
TallyAny
<T>(
this
GenericTally
<T>
this
,
bool
break
=
false
)
Parameters
this
Type:
WhetStone.Looping
GenericTally
T
The
GenericTally
T
to add to.
break
(Optional)
Type:
System
Boolean
Whether to break when an element is found.
Type Parameters
T
The type of the
GenericTally
T
.
Return Value
Type:
GenericTally
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
GenericTally
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
TallyAny Overload
WhetStone.Looping Namespace