XPathNavigator::ICloneable::Clone Method ()

 

Creates a new copy of the XPathNavigator object.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

private:
virtual Object^ Clone() sealed = ICloneable::Clone

Return Value

Type: System::Object^

A new copy of the XPathNavigator object.

This member is an explicit interface member implementation. It can be used only when the XPathNavigator instance is cast to an ICloneable interface.

For a description of this member, see XPathNavigator::Clone.

.NET Framework
Available since 1.1
Return to top
Show: