Compartir a través de


RegisterConverterAttribute Clase

Definición

Cuando se aplica a un tipo, indica que el tipo es un convertidor y que debe registrarse automáticamente.

[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
Herencia
RegisterConverterAttribute
Atributos

Constructores

RegisterConverterAttribute()

Cuando se aplica a un tipo, indica que el tipo es un convertidor y que debe registrarse automáticamente.

Se aplica a