System.Xml.DocumentXPathNodeIterator_AllElemChildren_AndSelf.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator
        public override XPathNodeIterator Clone() {
            return new DocumentXPathNodeIterator_AllElemChildren_AndSelf( this );
        }
DocumentXPathNodeIterator_AllElemChildren_AndSelf