Click or drag to resize

CollectionExtensionsMinority Method

Overload List
  Name Description
Public Extension Method MinorityT(IEnumerableT, Boolean, IEqualityComparerT) Returns the minority value in the collection, or default type value if no item represents the minority.
Public Extension Method MinorityT(IEnumerableT, T, Boolean, IEqualityComparerT) Returns the minority value in the collection, or defaultValue if no item represents the minority.
Top
See Also