| AsyncEnumerableAggregateTSource Method (IAsyncEnumerableTSource, FuncTSource, TSource, TSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<TSource> Aggregate<TSource>( this IAsyncEnumerable<TSource> source, Func<TSource, TSource, TSource> accumulator )
 See Also
See Also