![]() |
Collection
|
Name | Description | |
---|---|---|
![]() |
MajorityBy<TSource, TKey> (IEnumerable<TSource> , Func<TSource, TKey> , Boolean, IEqualityComparer<TKey> ) | Returns the majority value in the collection, or default type value if no item represents the majority. |
![]() |
MajorityBy<TSource, TKey> (IEnumerable<TSource> , TSource, Func<TSource, TKey> , Boolean, IEqualityComparer<TKey> ) | Returns the majority value in the collection, or defaultValue if no item represents the majority. |