|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Dispose () |
| bool | MoveNext () |
| void IEnumerator. | Reset () |
Package Functions | |
| RBTreeEnumerator (RBTree< K > tree) | |
| RBTreeEnumerator (RBTree< K > tree, int position) | |
Properties | |
| K | Current [get] |
| object IEnumerator. | Current [get] |
Private Attributes | |
| readonly RBTree< K > | _tree |
| readonly int | _version |
| int | _index |
| int | _mainTreeNodeId |
| K | _current |