MS.Internal.Xml.XPath.FunctionQuery.Clone C# (CSharp) Method

Clone() public method

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