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

◆ LongCount_TSource_2()

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

Definition at line 683 of file CachedReflectionInfo.cs.

684 {
685 return (s_LongCount_TSource_2 ?? (s_LongCount_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, bool>>, long>(Queryable.LongCount).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
686 }

References System.Linq.CachedReflectionInfo.s_LongCount_TSource_2.

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