Share via


JsonConverterAttribute.ConverterType プロパティ

定義

JsonConverterAttribute の型を取得します。型を指定せずに作成されている場合は null を取得します。

public:
 property Type ^ ConverterType { Type ^ get(); };
public Type? ConverterType { get; }
public Type ConverterType { get; }
member this.ConverterType : Type
Public ReadOnly Property ConverterType As Type

プロパティ値

JsonConverterAttribute型。型 null なしで作成された場合は 。

適用対象