JsonTypeInfo.KeyType プロパティ

定義

ディクショナリ型に対応するキー型を取得します。

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

プロパティ値

注釈

ディクショナリ型のキー型を返します。

カスタム コンバーターを使用して、他のすべての型または型の null を返します。

適用対象