| AsyncEnumerableMinByTSource, TKey Method (IAsyncEnumerableTSource, FuncTSource, TKey, IComparerTKey) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<IList<TSource>> MinBy<TSource, TKey>( this IAsyncEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer )
 See Also
See Also