XPathExpression::Clone Method ()

 

When overridden in a derived class, returns a clone of this XPathExpression.

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

public:
virtual XPathExpression^ Clone() abstract

Return Value

Type: System.Xml.XPath::XPathExpression^

A new XPathExpression object.

When overridden in a derived class, the Clone method returns a clone of this XPathExpression object with the same state as this XPathExpression object.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show: