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

◆ Where_TSource_2()

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

Definition at line 963 of file CachedReflectionInfo.cs.

964 {
965 return (s_Where_TSource_2 ?? (s_Where_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, bool>>, IQueryable<object>>(Queryable.Where).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
966 }

References System.Linq.CachedReflectionInfo.s_Where_TSource_2.

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