System.Xml.DocumentXPathNodeIterator_ElemDescendants.DocumentXPathNodeIterator_ElemDescendants C# (CSharp) Метод

DocumentXPathNodeIterator_ElemDescendants() приватный Метод

private DocumentXPathNodeIterator_ElemDescendants ( DocumentXPathNodeIterator_ElemDescendants other ) : System
other DocumentXPathNodeIterator_ElemDescendants
Результат 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