Compartilhar via


RegisterConverterAttribute Classe

Definição

Quando aplicado a um tipo, indica que o tipo é um conversor e que ele deve ser registrado automaticamente.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterConverterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterConverterAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterConverterAttribute
Inherits Attribute
Herança
RegisterConverterAttribute
Atributos

Construtores

RegisterConverterAttribute()

Quando aplicado a um tipo, indica que o tipo é um conversor e que ele deve ser registrado automaticamente.

Aplica-se a