Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 257 of file Hashtable.cs.