JsonTypeInfo.KeyType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應至字典類型的索引鍵類型。
public:
property Type ^ KeyType { Type ^ get(); };
public Type? KeyType { get; }
member this.KeyType : Type
Public ReadOnly Property KeyType As Type
屬性值
備註
傳回字典類型的索引鍵類型。
針對使用自定義轉換器的所有其他類型或類型,傳回 null
。