count Class |
Namespace: WhetStone.Looping
public static class count
| Name | Description | |
|---|---|---|
| CountT(IEnumerableT, IEnumerableT, IEqualityComparerIEnumerableT) |
Count the number of sub-enumerables in this that are equal to target.
| |
| CountT(IEnumerableT, T, IEqualityComparerT) |
Counts the number of times target appears in this.
|