AsyncEnumerable.Aggregate<TSource> Method (IAsyncEnumerable<TSource>, Func<TSource, TSource, TSource>, CancellationToken) |
Namespace: System.Linq
public static Task<TSource> Aggregate<TSource>( this IAsyncEnumerable<TSource> source, Func<TSource, TSource, TSource> accumulator, CancellationToken cancellationToken )