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