Partilhar via


CopierMethodAttribute Classe

Definição

Usado para marcar um método como fornecendo uma função copiadora para esse tipo.

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class CopierMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type CopierMethodAttribute = class
    inherit Attribute
Public NotInheritable Class CopierMethodAttribute
Inherits Attribute
Herança
CopierMethodAttribute
Atributos

Construtores

CopierMethodAttribute()

Usado para marcar um método como fornecendo uma função copiadora para esse tipo.

Aplica-se a