|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XPathArrayIterator (IList list) | |
| XPathArrayIterator (XPathArrayIterator it) | |
| XPathArrayIterator (XPathNodeIterator nodeIterator) | |
| override XPathNodeIterator | Clone () |
| override bool | MoveNext () |
| override void | Reset () |
| override IEnumerator | GetEnumerator () |
Protected Member Functions | |
| void | ResetCount () |
Protected Attributes | |
| IList | list |
| int | index |
Package Attributes | |
| int | count = -1 |
Properties | |
| IList | AsList [get] |
| override XPathNavigator | Current [get] |
| override int | CurrentPosition [get] |
| override int | Count [get] |
| object | debuggerDisplayProxy [get] |
Definition at line 9 of file XPathArrayIterator.cs.