Compartir a través de


JsonConverterAttribute.ConverterType Propiedad

Definición

Obtiene el tipo de JsonConverterAttribute, o bien null si se ha creado sin un tipo.

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

Valor de propiedad

Type

Tipo de JsonConverterAttribute, o null si se creó sin un tipo.

Se aplica a