Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Average_Int32_TSource_2()

static MethodInfo System.Linq.CachedReflectionInfo.Average_Int32_TSource_2 ( Type TSource)
inlinestatic

Definition at line 383 of file CachedReflectionInfo.cs.

384 {
385 return (s_Average_Int32_TSource_2 ?? (s_Average_Int32_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, int>>, double>(Queryable.Average).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
386 }

References System.Linq.Queryable.Average(), and System.Linq.CachedReflectionInfo.s_Average_Int32_TSource_2.

Referenced by System.Linq.Queryable.Average< TSource >().