MoreEnumerable.MinBy Method

Overload List

MinBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>) Returns the minimal elements of the given sequence, based on the given projection.
Obsolete.
MinBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) Returns the minimal elements of the given sequence, based on the given projection and the specified comparer for projected values.
Obsolete.

See Also