| AsyncEnumerableMinTSource Method (IAsyncEnumerableTSource, FuncTSource, Int64, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<long> Min<TSource>( this IAsyncEnumerable<TSource> source, Func<TSource, long> selector, CancellationToken cancellationToken )
 See Also
See Also