共用方式為


JsonConverterAttribute 建構函式

定義

多載

JsonConverterAttribute()

初始化 JsonConverterAttribute 的新執行個體。

JsonConverterAttribute(Type)

使用指定的轉換器類型初始化 JsonConverterAttribute 的新執行個體。

JsonConverterAttribute()

初始化 JsonConverterAttribute 的新執行個體。

protected:
 JsonConverterAttribute();
protected JsonConverterAttribute ();
Protected Sub New ()

適用於

JsonConverterAttribute(Type)

使用指定的轉換器類型初始化 JsonConverterAttribute 的新執行個體。

public:
 JsonConverterAttribute(Type ^ converterType);
public JsonConverterAttribute (Type converterType);
new System.Text.Json.Serialization.JsonConverterAttribute : Type -> System.Text.Json.Serialization.JsonConverterAttribute
Public Sub New (converterType As Type)

參數

converterType
Type

轉換器的類型。

適用於