QueryStringParameter::Clone Method ()

 

Returns a duplicate of the current QueryStringParameter instance.

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

protected:
virtual Parameter^ Clone() override

Return Value

Type: System.Web.UI.WebControls::Parameter^

A duplicate of the current instance.

The Clone method calls the QueryStringParameter constructor to initialize a new instance of the QueryStringParameter class by using the values of the current instance.

.NET Framework
Available since 2.0
Return to top
Show: