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

DocumentXPathNodeIterator_ElemChildren_NoLocalName() private method

private DocumentXPathNodeIterator_ElemChildren_NoLocalName ( DocumentXPathNavigator nav, string nsAtom ) : System
nav DocumentXPathNavigator
nsAtom string
return System
        internal DocumentXPathNodeIterator_ElemChildren_NoLocalName( DocumentXPathNavigator nav, string nsAtom ) : base( nav ) {
            Debug.Assert( ((XmlNode)nav.UnderlyingObject).NodeType != XmlNodeType.Attribute );
            Debug.Assert( Ref.Equal(nav.NameTable.Get( nsAtom ), nsAtom) );
            this.nsAtom = nsAtom;
        }
        internal DocumentXPathNodeIterator_ElemChildren_NoLocalName( DocumentXPathNodeIterator_ElemChildren_NoLocalName other ) : base( other ) {

Same methods

DocumentXPathNodeIterator_ElemChildren_NoLocalName::DocumentXPathNodeIterator_ElemChildren_NoLocalName ( DocumentXPathNodeIterator_ElemChildren_NoLocalName other ) : System
DocumentXPathNodeIterator_ElemChildren_NoLocalName