Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MS.Internal.Xml.XPath.XPathAxisIterator Class Referenceabstract

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 ()
 

Detailed Description

Definition at line 6 of file XPathAxisIterator.cs.


The documentation for this class was generated from the following file: