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

◆ Any_TSource_2()

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

Definition at line 378 of file CachedReflectionInfo.cs.

379 {
380 return (s_Any_TSource_2 ?? (s_Any_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, bool>>, bool>(Queryable.Any).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
381 }

References System.Linq.CachedReflectionInfo.s_Any_TSource_2.

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