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

◆ Last_TSource_2()

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

Definition at line 653 of file CachedReflectionInfo.cs.

654 {
655 return (s_Last_TSource_2 ?? (s_Last_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, bool>>, object>(Queryable.Last).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
656 }

References System.Linq.CachedReflectionInfo.s_Last_TSource_2.

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