CountByExtension Class

CountBy extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
C#
public static class CountByExtension
Inheritance
Object    CountByExtension

Methods

CountByTSource, TKey(IEnumerableTSource, FuncTSource, TKey) Applies a key-generating function to each element of a sequence and returns a sequence of unique keys and their number of occurrences in the original sequence.
CountByTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IEqualityComparerTKey) Applies a key-generating function to each element of a sequence and returns a sequence of unique keys and their number of occurrences in the original sequence. An additional argument specifies a comparer to use for testing equivalence of keys.

See Also