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

DocumentXPathNodeIterator_Empty() private method

private DocumentXPathNodeIterator_Empty ( DocumentXPathNavigator nav ) : System
nav DocumentXPathNavigator
return System
        internal DocumentXPathNodeIterator_Empty( DocumentXPathNavigator nav )               { this.nav = nav.Clone(); }
        internal DocumentXPathNodeIterator_Empty( DocumentXPathNodeIterator_Empty other )    { this.nav = other.nav.Clone(); }

Same methods

DocumentXPathNodeIterator_Empty::DocumentXPathNodeIterator_Empty ( DocumentXPathNodeIterator_Empty other ) : System