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

DocumentXPathNodeIterator_Empty() private méthode

private DocumentXPathNodeIterator_Empty ( DocumentXPathNodeIterator_Empty other ) : System
other DocumentXPathNodeIterator_Empty
Résultat System
        internal DocumentXPathNodeIterator_Empty( DocumentXPathNodeIterator_Empty other )    { this.nav = other.nav.Clone(); }
        public override XPathNodeIterator Clone()   { return new DocumentXPathNodeIterator_Empty( this ); }

Same methods

DocumentXPathNodeIterator_Empty::DocumentXPathNodeIterator_Empty ( DocumentXPathNavigator nav ) : System