System.Xml.DocumentXPathNodeIterator_ElemDescendants.DocumentXPathNodeIterator_ElemDescendants C# (CSharp) Method

DocumentXPathNodeIterator_ElemDescendants() private method

private DocumentXPathNodeIterator_ElemDescendants ( DocumentXPathNodeIterator_ElemDescendants other ) : System
other DocumentXPathNodeIterator_ElemDescendants
return System
        internal DocumentXPathNodeIterator_ElemDescendants( DocumentXPathNodeIterator_ElemDescendants other ) {
            this.nav      = (DocumentXPathNavigator)(other.nav.Clone());
            this.level    = other.level;
            this.position = other.position;
        }

Same methods

DocumentXPathNodeIterator_ElemDescendants::DocumentXPathNodeIterator_ElemDescendants ( DocumentXPathNavigator nav ) : System