Sum_5 - waf/Rx.NET GitHub Wiki
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Sum(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static Task<int> Sum(
this IAsyncEnumerable<int> source,
CancellationToken cancellationToken
)
Type: System.Collections.Generic.IAsyncEnumerable<Int32>
[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.Sum(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)"]
Type: System.Threading.CancellationToken
[Missing <param name="cancellationToken"/> documentation for "M:System.Linq.AsyncEnumerable.Sum(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)"]
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Sum(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)"]
In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<Int32>. 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).