FormParameter.Clone Method

Definition

Returns a duplicate of the current FormParameter 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 FormParameter that is an exact duplicate of the current one.

Remarks

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

Applies to

See also