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 ()
.NET Framework (current version)
Returns a duplicate of the current Parameter instance.
Assembly: System.Web (in System.Web.dll)
Implements
ICloneable::Clone()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
Available since 2.0
Show: