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

◆ TakeLast_TSource_2()

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

Definition at line 993 of file CachedReflectionInfo.cs.

994 {
995 return (s_TakeLast_TSource_2 ?? (s_TakeLast_TSource_2 = new Func<IQueryable<object>, int, IQueryable<object>>(Queryable.TakeLast).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
996 }

References System.Linq.CachedReflectionInfo.s_TakeLast_TSource_2.

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