Partager via


CopierMethodAttribute Classe

Définition

Permet de marquer une méthode comme fournissant une fonction copier pour ce type.

[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
Héritage
CopierMethodAttribute
Attributs

Constructeurs

CopierMethodAttribute()

Permet de marquer une méthode comme fournissant une fonction copier pour ce type.

S’applique à