共用方式為


JsonConverter.Type 屬性

定義

取得目前轉換子實例所轉換的類型。

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

屬性值

備註

如果是 型 JsonConverter<T> 別的實例,這個屬性會傳 typeof(T) 回 。 如果是 類型的 JsonConverterFactory 實例,它會傳 null 回 。

適用於