ConfigurationCollectionAttribute.ItemType プロパティ

定義

コレクション要素の型を取得します。

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

プロパティ値

コレクション要素の型。

注釈

プロパティは ItemType 、構成要素の型を取得するためにリフレクションによって使用されます。

適用対象