terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | Dispose () |
bool | MoveNext () |
void IEnumerator. | Reset () |
Package Functions | |
Enumerator (Stack< T > stack) | |
Properties | |
T | Current [get] |
object IEnumerator. | Current [get] |
Private Member Functions | |
void | ThrowEnumerationNotStartedOrEnded () |
Private Attributes | |
readonly Stack< T > | _stack |
readonly int | _version |
int | _index |
T | _currentElement |