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 | |
DictionaryEnumerator (IEnumerator< KeyValuePair< TEnumeratorKey, TEnumeratorValue > > e) | |
bool | MoveNext () |
void | Reset () |
void | Dispose () |
Properties | |
DictionaryEntry | Entry [get] |
object | Key [get] |
object | Value [get] |
object | Current [get] |
Private Attributes | |
readonly IEnumerator< KeyValuePair< TEnumeratorKey, TEnumeratorValue > > | _e |
Definition at line 693 of file DictionaryWrapper.cs.