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
|
Public Member Functions | |
bool | MoveNext () |
void | Reset () |
Package Functions | |
SerializationInfoEnumerator (string[] members, object[] info, global::System.Type[] types, int numItems) | |
Properties | |
object System.Collections.IEnumerator. | Current [get, set] |
SerializationEntry | Current [get, set] |
string | Name [get, set] |
object | Value [get, set] |
global::System.Type | ObjectType [get, set] |
Private Attributes | |
readonly string[] | _members |
readonly object[] | _data |
readonly global::System.Type[] | _types |
readonly int | _numItems |
int | _currItem |
bool | _current |
Definition at line 16 of file SerializationInfoEnumerator.cs.