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

DocumentXPathNodeIterator_ElemChildren() private method

private DocumentXPathNodeIterator_ElemChildren ( DocumentXPathNodeIterator_ElemChildren other ) : System
other DocumentXPathNodeIterator_ElemChildren
return System
        internal DocumentXPathNodeIterator_ElemChildren( DocumentXPathNodeIterator_ElemChildren other ) : base( other ) {
            this.localNameAtom = other.localNameAtom;
            this.nsAtom        = other.nsAtom;
        }

Same methods

DocumentXPathNodeIterator_ElemChildren::DocumentXPathNodeIterator_ElemChildren ( DocumentXPathNavigator nav, string localNameAtom, string nsAtom ) : System
DocumentXPathNodeIterator_ElemChildren