| AsyncQueryableAverageTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Decimal) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<decimal> Average<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, decimal>> selector )
 See Also
See Also