System.Xml.Xsl.Runtime.RtfTextNavigator.Clone C# (CSharp) Метод

Clone() публичный Метод

Create a copy of this navigator, positioned to the same node in the tree.
public Clone ( ) : XPathNavigator
Результат System.Xml.XPath.XPathNavigator
        public override XPathNavigator Clone() {
            return new RtfTextNavigator(this);
        }