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