|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XPathDescendantIterator (XPathNavigator nav, XPathNodeType type, bool matchSelf) | |
| XPathDescendantIterator (XPathNavigator nav, string name, string namespaceURI, bool matchSelf) | |
| XPathDescendantIterator (XPathDescendantIterator it) | |
| override XPathNodeIterator | Clone () |
| override bool | MoveNext () |
| virtual IEnumerator | GetEnumerator () |
Package Attributes | |
| XPathNavigator | nav |
| XPathNodeType | type |
| string | name |
| string | uri |
| int | position |
| bool | matchSelf |
| bool | first = true |
| int | count = -1 |
Properties | |
| override XPathNavigator | Current [get] |
| override int | CurrentPosition [get] |
| virtual bool | Matches [get] |
| virtual int | Count [get] |
| object? | debuggerDisplayProxy [get] |
Private Attributes | |
| int | _level |
Definition at line 5 of file XPathDescendantIterator.cs.