Click or drag to resize

CountByExtension Class

CountBy extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsCountByExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class CountByExtension
Methods
  NameDescription
Public methodStatic memberCountByTSource, 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.
Public methodStatic memberCountByTSource, 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.
Top
See Also