QueryableEx.MinBy<TSource, TKey> Method (IEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) |
Namespace: System.Linq
public static IList<TSource> MinBy<TSource, TKey>( IEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer )