JsonTypeInfo.KeyType 屬性

定義

取得對應至字典類型的索引鍵類型。

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

屬性值

備註

傳回字典類型的索引鍵類型。

針對使用自定義轉換器的所有其他類型或類型,傳回 null

適用於