Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Parameter::ICloneable::Clone Method ()

 

Returns a duplicate of the current Parameter instance.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

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

Return Value

Type: System::Object^

A Parameter that is a copy of the current object.

The Clone method calls the Parameter(Parameter^) constructor to initialize a new instance of the Parameter class with the values of the current instance.

If you extend the Parameter class, you can override the Clone method to include any state that should be copied to a new instance of your derived class.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft