|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.DictionaryEnumerator< TEnumeratorKey, TEnumeratorValue >:
Collaboration diagram for Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.DictionaryEnumerator< TEnumeratorKey, TEnumeratorValue >:Public Member Functions | |
| DictionaryEnumerator (IEnumerator< KeyValuePair< TEnumeratorKey, TEnumeratorValue > > e) | |
| bool | MoveNext () |
| void | Reset () |
Properties | |
| DictionaryEntry | Entry [get, set] |
| object | Key [get, set] |
| object | Value [get, set] |
| object | Current [get, set] |
Private Attributes | |
| readonly IEnumerator< KeyValuePair< TEnumeratorKey, TEnumeratorValue > > | _e |
Definition at line 455 of file DictionaryWrapper.cs.