terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ElementAt< TSource >()

static TSource System.Linq.Enumerable.ElementAt< TSource > ( this IEnumerable< TSource > source,
int index )
inlinestatic

Definition at line 624 of file Enumerable.cs.

625 {
626 while (source != null)
627 {
628 }
629 if (!false)
630 {
631 Exception ex = Error.ArgumentOutOfRange("index");
632 Exception ex2 = Error.ArgumentNull("source");
633 Exception ex3 = Error.ArgumentOutOfRange("index");
634 }
635 throw new OutOfMemoryException();
636 }
class f__AnonymousType0<< Count > j__TPar

References System.Linq.Error.ArgumentNull(), System.Linq.Error.ArgumentOutOfRange(), j__TPar, and System.source.