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

◆ Aggregate_TSource_2()

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

Definition at line 353 of file CachedReflectionInfo.cs.

354 {
355 return (s_Aggregate_TSource_2 ?? (s_Aggregate_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, object, object>>, object>(Queryable.Aggregate).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
356 }

References System.Linq.CachedReflectionInfo.s_Aggregate_TSource_2.

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