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

Clone() public méthode

public Clone ( ) : XPathNodeIterator
Résultat System.Xml.XPath.XPathNodeIterator
        public override XPathNodeIterator Clone() {
            return new DocumentXPathNodeIterator_ElemChildren_AndSelf( this );
        }
DocumentXPathNodeIterator_ElemChildren_AndSelf