|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XPathMultyIterator (ArrayList inputArray) | |
| override void | Reset () |
| XPathMultyIterator (XPathMultyIterator it) | |
| override XPathNodeIterator | Clone () |
| override bool | MoveNext () |
| virtual IEnumerator | GetEnumerator () |
Protected Member Functions | |
| void | ResetCount () |
Package Attributes | |
| int | count = -1 |
Properties | |
| override XPathNavigator | Current [get] |
| override int | CurrentPosition [get] |
| virtual int | Count [get] |
| object? | debuggerDisplayProxy [get] |
Private Member Functions | |
| void | Init () |
| bool | Advance (int pos) |
| bool | SiftItem (int item) |
Private Attributes | |
| ResetableIterator[] | arr |
| int | firstNotEmpty |
| int | position |
Definition at line 8 of file XPathMultyIterator.cs.