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

◆ SkipLast_TSource_2()

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

Definition at line 988 of file CachedReflectionInfo.cs.

989 {
990 return (s_SkipLast_TSource_2 ?? (s_SkipLast_TSource_2 = new Func<IQueryable<object>, int, IQueryable<object>>(Queryable.SkipLast).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
991 }

References System.Linq.CachedReflectionInfo.s_SkipLast_TSource_2.

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