|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XPathDocumentElementChildIterator (XPathDocumentNavigator parent, string name, string namespaceURI) | |
| XPathDocumentElementChildIterator (XPathDocumentElementChildIterator iter) | |
| override XPathNodeIterator | Clone () |
| override bool | MoveNext () |
| virtual IEnumerator | GetEnumerator () |
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 Attributes | |
| readonly string | _localName |
| readonly string | _namespaceUri |
Definition at line 6 of file XPathDocumentElementChildIterator.cs.