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

◆ Intersect_TSource_3()

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

Definition at line 623 of file CachedReflectionInfo.cs.

624 {
625 return (s_Intersect_TSource_3 ?? (s_Intersect_TSource_3 = new Func<IQueryable<object>, IEnumerable<object>, IEqualityComparer<object>, IQueryable<object>>(Queryable.Intersect).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
626 }

References System.Linq.CachedReflectionInfo.s_Intersect_TSource_3.

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