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

◆ All_TSource_2()

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

Definition at line 368 of file CachedReflectionInfo.cs.

369 {
370 return (s_All_TSource_2 ?? (s_All_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, bool>>, bool>(Queryable.All).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
371 }

References System.Linq.CachedReflectionInfo.s_All_TSource_2.

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