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

◆ Last_TSource_1()

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

Definition at line 648 of file CachedReflectionInfo.cs.

649 {
650 return (s_Last_TSource_1 ?? (s_Last_TSource_1 = new Func<IQueryable<object>, object>(Queryable.Last).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
651 }

References System.Linq.CachedReflectionInfo.s_Last_TSource_1.

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