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 為 。

適用於