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
Loading...
Searching...
No Matches
System.Runtime.Serialization.SerializationInfoEnumerator Class Referencesealed
+ Inheritance diagram for System.Runtime.Serialization.SerializationInfoEnumerator:
+ Collaboration diagram for System.Runtime.Serialization.SerializationInfoEnumerator:

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
 

Detailed Description

Definition at line 16 of file SerializationInfoEnumerator.cs.


The documentation for this class was generated from the following file: