JsonTypeInfo.KeyType 属性

定义

获取对应于字典类型的键类型。

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

属性值

注解

返回字典类型的键类型。

返回使用自定义转换器的所有其他类型或类型的 null

适用于