![]() | TypeTallyT Methods |
The TypeTallyT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddT0 |
Add an ITallierT to the Tally.
|
![]() | AddHidden |
Add an ITallierT to the Tally, but without changing the output type.
|
![]() | Do |
Perform the tally, tallying all the ITallierTs added until the IEnumerableT is done or any of the ITallierTs have broken.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | TallyActionT(ActionT) | Overloaded.
Add an ignored tally action to a tally.
(Defined by TallierExtensions.) |
![]() | TallyActionT(FuncT, Boolean) | Overloaded.
Add an ignored tally action to a tally.
(Defined by TallierExtensions.) |
![]() | TallyAggregateT, R |
Add an aggregate to a tally.
(Defined by TallierExtensions.) |
![]() | TallyAggregatehiddenT, R |
Add an aggregate to a tally.
(Defined by TallierExtensions.) |
![]() | TallyAggregateSelectT, A, R |
Add an aggregate to a tally.
(Defined by TallierExtensions.) |
![]() | TallyAllT |
Add an all to a tally.
(Defined by TallierExtensions.) |
![]() | TallyAnyT(Boolean) | Overloaded.
Add an any to a tally.
(Defined by TallierExtensions.) |
![]() | TallyAnyT(FuncT, Boolean, Boolean) | Overloaded.
Add an any to a tally.
(Defined by TallierExtensions.) |
![]() | TallyCountT | Overloaded.
Add a count to a tally.
(Defined by TallierExtensions.) |
![]() | TallyCountT(FuncT, Boolean) | Overloaded.
Add a count to a tally.
(Defined by TallierExtensions.) |
![]() | TallyFirstT |
Add a first to a tally.
(Defined by TallierExtensions.) |
![]() | TallyLastT |
Add a last to a tally.
(Defined by TallierExtensions.) |