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

◆ Current

object System.Array.ArrayEnumerator.Current
get

Implements System.Collections.Generic.IEnumerator< out T >.

Definition at line 1383 of file Array.cs.

1384 {
1385 get
1386 {
1387 int index = this._index;
1388 int endIndex = this._endIndex;
1389 if (index == 0)
1390 {
1391 Type type = this._array.GetType();
1392 int index2 = this._index;
1393 }
1394 Array array = this._array;
1395 return "Enumeration has not started. Call MoveNext.";
1396 }
1397 }
class f__AnonymousType0<< Count > j__TPar