FormParameter.Clone Method
.NET Framework 3.0
Returns a duplicate of the current FormParameter instance.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Clone method calls the FormParameter copy constructor to initialize a new instance of the FormParameter class with the values of the current instance.
Community Additions
ADD
Show: