Inheritance: System.Xml.XPath.XPathNodeIterator
 internal DocumentXPathNodeIterator_ElemDescendants( DocumentXPathNodeIterator_ElemDescendants other ) {
     this.nav      = (DocumentXPathNavigator)(other.nav.Clone());
     this.level    = other.level;
     this.position = other.position;
 }
示例#2
0
 internal DocumentXPathNodeIterator_ElemDescendants(DocumentXPathNodeIterator_ElemDescendants other)
 {
     _nav = (DocumentXPathNavigator)(other._nav.Clone());
     _level = other._level;
     _position = other._position;
 }
示例#3
0
 internal DocumentXPathNodeIterator_ElemDescendants(DocumentXPathNodeIterator_ElemDescendants other)
 {
     this.nav      = (DocumentXPathNavigator)other.nav.Clone();
     this.level    = other.level;
     this.position = other.position;
 }