|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XPathNodeIterator | Clone () |
| bool | MoveNext () |
| virtual IEnumerator | GetEnumerator () |
Protected Member Functions | |
| XPathDocumentBaseIterator (XPathDocumentNavigator ctxt) | |
| XPathDocumentBaseIterator (XPathDocumentBaseIterator iter) | |
Protected Attributes | |
| XPathDocumentNavigator | ctxt |
| int | pos |
Package Attributes | |
| int | count = -1 |
Properties | |
| override XPathNavigator | Current [get] |
| override int | CurrentPosition [get] |
| virtual int | Count [get] |
| object? | debuggerDisplayProxy [get] |
Private Member Functions | |
| object ICloneable. | Clone () |
Definition at line 5 of file XPathDocumentBaseIterator.cs.