| AsyncQueryableMinTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Int32, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<int> Min<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, int>> selector, CancellationToken cancellationToken )
 See Also
See Also