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