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

DocumentXPathNodeIterator_ElemDescendants() private method

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

Same methods

DocumentXPathNodeIterator_ElemDescendants::DocumentXPathNodeIterator_ElemDescendants ( DocumentXPathNodeIterator_ElemDescendants other ) : System