Click or drag to resize

count Class

A static container for identity method
Inheritance Hierarchy
SystemObject
  WhetStone.Loopingcount

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class count
Methods
  NameDescription
Public methodStatic memberCountT(IEnumerableT, IEnumerableT, IEqualityComparerIEnumerableT)
Count the number of sub-enumerables in this that are equal to target.
Public methodStatic memberCountT(IEnumerableT, T, IEqualityComparerT)
Counts the number of times target appears in this.
Top
See Also