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

◆ ElementAt_Int32_TSource_2()

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

Definition at line 498 of file CachedReflectionInfo.cs.

499 {
500 return (s_ElementAt_Int32_TSource_2 ?? (s_ElementAt_Int32_TSource_2 = new Func<IQueryable<object>, int, object>(Queryable.ElementAt).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource);
501 }

References System.Linq.CachedReflectionInfo.s_ElementAt_Int32_TSource_2.

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