GenericTallyT Class |
Namespace: WhetStone.Looping
The GenericTallyT type exposes the following members.
| Name | Description | |
|---|---|---|
| GenericTallyT |
Constructor.
|
| Name | Description | |
|---|---|---|
| Add |
Add an ITallierT to the tally.
| |
| 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 GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyActionT(FuncT, Boolean) | Overloaded.
Add an ignored tally action to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyAggregateT, R |
Add an aggregate to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyAggregateSelectT, A, R |
Add an aggregate to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyAllT |
Add an all to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyAnyT(Boolean) | Overloaded.
Add an any to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyAnyT(FuncT, Boolean, Boolean) | Overloaded.
Add an any to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyCountT | Overloaded.
Add a count to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyCountT(FuncT, Boolean) | Overloaded.
Add a count to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyFirstT |
Add a first to a GenericTallyT.
(Defined by TallierExtensions.) | |
| TallyLastT |
Add a last to a GenericTallyT.
(Defined by TallierExtensions.) |