|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | MoveNext () |
| void | Reset () |
Package Functions | |
| SerializationInfoEnumerator (string[] members, object[] info, Type[] types, int numItems) | |
Properties | |
| object? IEnumerator. | Current [get] |
| SerializationEntry | Current [get] |
| string | Name [get] |
| object? | Value [get] |
| Type | ObjectType [get] |
Private Attributes | |
| readonly string[] | _members |
| readonly object[] | _data |
| readonly Type[] | _types |
| readonly int | _numItems |
| int | _currItem |
| bool | _current |
Definition at line 5 of file SerializationInfoEnumerator.cs.