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

◆ Take_Int32_TSource_2()

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

Definition at line 903 of file CachedReflectionInfo.cs.

904 {
905 return (s_Take_Int32_TSource_2 ?? (s_Take_Int32_TSource_2 = new Func<IQueryable<object>, int, IQueryable<object>>(Queryable.Take).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
906 }

References System.Linq.CachedReflectionInfo.s_Take_Int32_TSource_2.

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