ControlParameter.Clone Method ()

 

Returns a duplicate of the current ControlParameter instance.

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

override Clone : unit -> Parameter

Return Value

Type: System.Web.UI.WebControls.Parameter

A ControlParameter that is an exact duplicate of the current one.

The Clone method calls the ControlParameter copy constructor to initialize a new instance of the ControlParameter class with the values of the current instance.

.NET Framework
Available since 2.0
Return to top
Show: