Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Hashtable.HashtableEnumerator Class Referencesealed

Public Member Functions

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

Package Functions

 HashtableEnumerator (Hashtable hashtable, int getObjRetType)
 

Properties

object Key [get]
 
DictionaryEntry Entry [get]
 
object Current [get]
 
object Value [get]
 

Private Attributes

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

Detailed Description

Definition at line 257 of file Hashtable.cs.


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