| AsyncQueryableMinByTSource, TKey Method (IAsyncQueryableTSource, ExpressionFuncTSource, TKey, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<IList<TSource>> MinBy<TSource, TKey>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TKey>> keySelector, CancellationToken cancellationToken )
 See Also
See Also