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

◆ Sum_Int64_TSource_2()

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

Definition at line 868 of file CachedReflectionInfo.cs.

869 {
870 return (s_Sum_Int64_TSource_2 ?? (s_Sum_Int64_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, long>>, long>(Queryable.Sum).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
871 }

References System.Linq.CachedReflectionInfo.s_Sum_Int64_TSource_2, and System.Linq.Queryable.Sum().

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