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

◆ LongCount_TSource_1()

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

Definition at line 678 of file CachedReflectionInfo.cs.

679 {
680 return (s_LongCount_TSource_1 ?? (s_LongCount_TSource_1 = new Func<IQueryable<object>, long>(Queryable.LongCount).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
681 }

References System.Linq.CachedReflectionInfo.s_LongCount_TSource_1.

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