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创建时没有类型,则为 。

适用于