terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Runtime.Serialization.SerializationInfoEnumerator Class Referencesealed
+ Inheritance diagram for System.Runtime.Serialization.SerializationInfoEnumerator:

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
 

Detailed Description

Definition at line 7 of file SerializationInfoEnumerator.cs.


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