Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
XPathChildIterator (XPathNavigator nav, XPathNodeType type) | |
XPathChildIterator (XPathNavigator nav, string name, string namespaceURI) | |
XPathChildIterator (XPathChildIterator 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] |
Definition at line 5 of file XPathChildIterator.cs.