internal DocumentXPathNodeIterator_ElemDescendants( DocumentXPathNodeIterator_ElemDescendants other ) { this.nav = (DocumentXPathNavigator)(other.nav.Clone()); this.level = other.level; this.position = other.position; }
internal DocumentXPathNodeIterator_ElemDescendants(DocumentXPathNodeIterator_ElemDescendants other) { _nav = (DocumentXPathNavigator)(other._nav.Clone()); _level = other._level; _position = other._position; }
internal DocumentXPathNodeIterator_ElemDescendants(DocumentXPathNodeIterator_ElemDescendants other) { this.nav = (DocumentXPathNavigator)other.nav.Clone(); this.level = other.level; this.position = other.position; }