| AsyncQueryableAggregateTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, TSource, TSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<TSource> Aggregate<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TSource, TSource>> accumulator )
 See Also
See Also