RegisterConverterAttribute Class

Definition

When applied to a type, indicates that the type is a converter and that it should be automatically registered.

[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
Inheritance
RegisterConverterAttribute
Attributes

Constructors

RegisterConverterAttribute()

Applies to