Max__1_22 - waf/Rx.NET GitHub Wiki
AsyncEnumerable.Max<TSource> Method (IAsyncEnumerable<TSource>, Func<TSource, Single>, CancellationToken)
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Max1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{``0,System.Single},System.Threading.CancellationToken)"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static Task<float> Max<TSource>(
this IAsyncEnumerable<TSource> source,
Func<TSource, float> selector,
CancellationToken cancellationToken
)
Type: System.Collections.Generic.IAsyncEnumerable<TSource>
[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.Max1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{``0,System.Single},System.Threading.CancellationToken)"]
Type: System.Func<TSource, Single>
[Missing <param name="selector"/> documentation for "M:System.Linq.AsyncEnumerable.Max1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{``0,System.Single},System.Threading.CancellationToken)"]
Type: System.Threading.CancellationToken
[Missing <param name="cancellationToken"/> documentation for "M:System.Linq.AsyncEnumerable.Max1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{``0,System.Single},System.Threading.CancellationToken)"]
[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.Max1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{``0,System.Single},System.Threading.CancellationToken)"]
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Max1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{``0,System.Single},System.Threading.CancellationToken)"]
In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<TSource>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).