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

◆ Count_TSource_2()

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

Definition at line 463 of file CachedReflectionInfo.cs.

464 {
465 return (s_Count_TSource_2 ?? (s_Count_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, bool>>, int>(Queryable.Count).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
466 }

References System.Linq.CachedReflectionInfo.s_Count_TSource_2.

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