共用方式為


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

適用於