XPathNodeIterator::ICloneable::Clone Method ()

 

Creates a new object that is a copy of the current instance.

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 object that is a copy of this instance.

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

.NET Framework
Available since 1.1
Return to top
Show: