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

◆ Intersect_TSource_2()

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

Definition at line 618 of file CachedReflectionInfo.cs.

619 {
620 return (s_Intersect_TSource_2 ?? (s_Intersect_TSource_2 = new Func<IQueryable<object>, IEnumerable<object>, IQueryable<object>>(Queryable.Intersect).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
621 }

References System.Linq.CachedReflectionInfo.s_Intersect_TSource_2.

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