Condividi tramite


RegisterConverterAttribute Classe

Definizione

Quando applicato a un tipo, indica che il tipo è un convertitore e che deve essere registrato 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
Ereditarietà
RegisterConverterAttribute
Attributi

Costruttori

RegisterConverterAttribute()

Quando applicato a un tipo, indica che il tipo è un convertitore e che deve essere registrato automaticamente.

Si applica a