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.Collections.Hashtable.HashtableEnumerator Class Reference
+ Inheritance diagram for System.Collections.Hashtable.HashtableEnumerator:
+ Collaboration diagram for System.Collections.Hashtable.HashtableEnumerator:

Public Member Functions

object Clone ()
 
virtual bool MoveNext ()
 
virtual void Reset ()
 

Package Functions

 HashtableEnumerator (Hashtable hashtable, int getObjRetType)
 

Properties

virtual object Key [get, set]
 
virtual DictionaryEntry Entry [get, set]
 
virtual object Current [get, set]
 
virtual object Value [get, set]
 

Private Attributes

Hashtable _hashtable
 
int _bucket
 
int _version
 
bool _current
 
int _getObjectRetType
 
object _currentKey
 
object _currentValue
 

Detailed Description

Definition at line 1497 of file Hashtable.cs.


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