|
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 System.Resources.ResourceReader.ResourceEnumerator:
Collaboration diagram for System.Resources.ResourceReader.ResourceEnumerator:Public Member Functions | |
| bool | MoveNext () |
| void | Reset () |
Package Functions | |
| ResourceEnumerator (ResourceReader reader) | |
Properties | |
| object | Key [get, set] |
| object | Current [get, set] |
| int | DataPosition [get, set] |
| global::System.Collections.DictionaryEntry | Entry [get, set] |
| object | Value [get, set] |
Private Attributes | |
| ResourceReader | _reader |
| bool | _currentIsValid |
| int | _currentName |
| int | _dataPosition |
Definition at line 635 of file ResourceReader.cs.