SerializerMethodAttribute 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 sérialiseur pour ce type.
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class SerializerMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type SerializerMethodAttribute = class
inherit Attribute
Public NotInheritable Class SerializerMethodAttribute
Inherits Attribute
- Héritage
-
SerializerMethodAttribute
- Attributs
Constructeurs
SerializerMethodAttribute() |
Permet de marquer une méthode comme fournissant une fonction sérialiseur pour ce type. |