Click or drag to resize

countCount Method

Overload List
  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