共用方式為


RegisterConverterAttribute 類別

定義

套用至類型時,表示類型為轉換器,且應該自動註冊。

[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
繼承
RegisterConverterAttribute
屬性

建構函式

RegisterConverterAttribute()

套用至類型時,表示類型為轉換器,且應該自動註冊。

適用於