Compartir a través de


CopierMethodAttribute Clase

Definición

Se usa para marcar un método como proporcionar una función de copiador para ese 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
Herencia
CopierMethodAttribute
Atributos

Constructores

CopierMethodAttribute()

Se usa para marcar un método como proporcionar una función de copiador para ese tipo.

Se aplica a