System.Xml.Xsl.Runtime.RtfTextNavigator.Clone C# (CSharp) Method

Clone() public method

Create a copy of this navigator, positioned to the same node in the tree.
public Clone ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator
        public override XPathNavigator Clone() {
            return new RtfTextNavigator(this);
        }