System.Xml.DocumentXPathNodeIterator_ElemChildren_AndSelf.DocumentXPathNodeIterator_ElemChildren_AndSelf C# (CSharp) Méthode

DocumentXPathNodeIterator_ElemChildren_AndSelf() private méthode

private DocumentXPathNodeIterator_ElemChildren_AndSelf ( DocumentXPathNavigator nav, string localNameAtom, string nsAtom ) : System
nav DocumentXPathNavigator
localNameAtom string
nsAtom string
Résultat System
        internal DocumentXPathNodeIterator_ElemChildren_AndSelf( DocumentXPathNavigator nav, string localNameAtom, string nsAtom )
            : base( nav, localNameAtom, nsAtom ) {
            Debug.Assert( localNameAtom.Length > 0 );   // Use DocumentXPathNodeIterator_ElemChildren_AndSelf_NoLocalName if localName == String.Empty
        }
        internal DocumentXPathNodeIterator_ElemChildren_AndSelf( DocumentXPathNodeIterator_ElemChildren_AndSelf other ) : base( other ) {

Same methods

DocumentXPathNodeIterator_ElemChildren_AndSelf::DocumentXPathNodeIterator_ElemChildren_AndSelf ( DocumentXPathNodeIterator_ElemChildren_AndSelf other ) : System
DocumentXPathNodeIterator_ElemChildren_AndSelf