[This is preliminary documentation and is subject to change.]

When overridden in a derived class, creates a new XPathObjectNavigator positioned at the same node as this XPathObjectNavigator.

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override XPathNavigator Clone()
Visual Basic
Public Overrides Function Clone As XPathNavigator
Visual C++
public:
virtual XPathNavigator^ Clone() override
F#
abstract Clone : unit -> XPathNavigator 
override Clone : unit -> XPathNavigator 
JScript
public override function Clone() : XPathNavigator

Return Value

A new XPathObjectNavigator positioned at the same node as this XPathObjectNavigator.

Implements

ICloneable<(Of <(<'T>)>)>..::..Clone()()()()

See Also