JsonConverterAttribute.ConverterType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
创建时没有类型,则为 。