CookieParameter.Clone Método

Definição

Retorna uma duplicata da instância de CookieParameter atual.Returns a duplicate of the current CookieParameter 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 CookieParameter que é uma duplicata exata da atual.A CookieParameter that is an exact duplicate of the current one.

Comentários

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

Aplica-se a

Confira também