Partilhar via


DeserializerMethodAttribute Classe

Definição

Usado para marcar um método como fornecendo uma função desserializador para esse tipo.

[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
Herança
DeserializerMethodAttribute
Atributos

Construtores

DeserializerMethodAttribute()

Usado para marcar um método como fornecendo uma função desserializador para esse tipo.

Aplica-se a