QueryStringParameter.Clone Method

Definition

Returns a duplicate of the current QueryStringParameter instance.

protected:
 override System::Web::UI::WebControls::Parameter ^ Clone();
protected override System.Web.UI.WebControls.Parameter Clone ();
override this.Clone : unit -> System.Web.UI.WebControls.Parameter
Protected Overrides Function Clone () As Parameter

Returns

A duplicate of the current instance.

Remarks

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

Applies to

See also