JsonTypeInfo.ElementType プロパティ

定義

列挙可能、ディクショナリ、または省略可能な型に対応する要素型を取得します。

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

プロパティ値

注釈

列挙可能な型の要素型、ディクショナリ型の値型を返します。

Nullable<T> または F# の省略可能な型の基になる型。

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

適用対象