CopierMethodAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |