Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
XPathAxisIterator (XPathNavigator nav, bool matchSelf) | |
XPathAxisIterator (XPathNavigator nav, XPathNodeType type, bool matchSelf) | |
XPathAxisIterator (XPathNavigator nav, string name, string namespaceURI, bool matchSelf) | |
XPathAxisIterator (XPathAxisIterator it) | |
XPathNodeIterator | Clone () |
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 Member Functions | |
object ICloneable. | Clone () |
Definition at line 6 of file XPathAxisIterator.cs.