Partilhar via


SerializerMethodAttribute Classe

Definição

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

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

Construtores

SerializerMethodAttribute()

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

Aplica-se a