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