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

◆ ElementAt_Index_TSource_2()

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

Definition at line 503 of file CachedReflectionInfo.cs.

504 {
505 return (s_ElementAt_Index_TSource_2 ?? (s_ElementAt_Index_TSource_2 = new Func<IQueryable<object>, Index, object>(Queryable.ElementAt).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
506 }

References System.Linq.CachedReflectionInfo.s_ElementAt_Index_TSource_2.

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