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

DocumentXPathNodeIterator_Empty() private method

private DocumentXPathNodeIterator_Empty ( DocumentXPathNodeIterator_Empty other ) : System
other DocumentXPathNodeIterator_Empty
return 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