Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
NodeEnumerator (ListDictionaryInternal list) | |
bool | MoveNext () |
void | Reset () |
Properties | |
object | Current [get] |
DictionaryEntry | Entry [get] |
object | Key [get] |
object | Value [get] |
Private Attributes | |
readonly ListDictionaryInternal | list |
DictionaryNode | current |
readonly int | version |
bool | start |
Definition at line 9 of file ListDictionaryInternal.cs.