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 | |
bool | MoveNext () |
void | Dispose () |
void IEnumerator. | Reset () |
Package Functions | |
Enumerator (Dictionary< TKey, TValue > dictionary, int getEnumeratorRetType) | |
Properties | |
KeyValuePair< TKey, TValue > | Current [get] |
object IEnumerator. | Current [get] |
DictionaryEntry IDictionaryEnumerator. | Entry [get] |
object IDictionaryEnumerator. | Key [get] |
object IDictionaryEnumerator. | Value [get] |
Private Attributes | |
Dictionary< TKey, TValue > | _dictionary |
int | _version |
int | _index |
KeyValuePair< TKey, TValue > | _current |
int | _getEnumeratorRetType |
Definition at line 840 of file Dictionary.cs.