Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | MoveNext () |
void | Reset () |
Package Functions | |
OrderedDictionaryEnumerator (ArrayList array, int objectReturnType) | |
Properties | |
object | Current [get] |
DictionaryEntry | Entry [get] |
object | Key [get] |
object | Value [get] |
Private Attributes | |
readonly int | _objectReturnType |
readonly IEnumerator | _arrayEnumerator |
Definition at line 10 of file OrderedDictionary.cs.