JsonConverterAttribute.ConverterType Propriedade
Definição
Obtém o tipo do JsonConverterAttribute, ou null se ele foi criado sem um tipo.Gets the type of the JsonConverterAttribute, or null if it was created without a type.
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 da propriedade
O tipo de JsonConverterAttribute , ou null se foi criado sem um tipo.The type of the JsonConverterAttribute, or null if it was created without a type.