FormParameter.Clone Método

Definição

Retorna uma duplicata da instância de FormParameter atual.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

Retornos

Parameter

Um FormParameter que é uma duplicata exata da atual.A FormParameter that is an exact duplicate of the current one.

Comentários

O Clone método chama o FormParameter Construtor de cópia para inicializar uma nova instância da FormParameter classe com os valores da instância atual.The Clone method calls the FormParameter copy constructor to initialize a new instance of the FormParameter class with the values of the current instance.

Aplica-se a

Confira também