JsonConverter.Type Proprietà

Definizione

Ottiene il tipo convertito dall'istanza del convertitore corrente.

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

Valore della proprietà

Commenti

Per le istanze di tipo JsonConverter<T>, questa proprietà restituisce typeof(T). Per le istanze di tipo JsonConverterFactory, restituisce null.

Si applica a