Condividi tramite


DeserializerMethodAttribute Classe

Definizione

Usato per contrassegnare un metodo come fornire una funzione deserializzatore per tale 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
Ereditarietà
DeserializerMethodAttribute
Attributi

Costruttori

DeserializerMethodAttribute()

Usato per contrassegnare un metodo come fornire una funzione deserializzatore per tale tipo.

Si applica a