ModelMetadata.ContainerType プロパティ

定義

コンテナーの型を取得します。

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

プロパティ値

Type

コンテナーの型。コンテナーが存在しない場合は null

適用対象