Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.SerializationInfoEnumerator Class Referencesealed

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 5 of file SerializationInfoEnumerator.cs.


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