ConfigurationCollectionAttribute.ItemType 属性

定义

获取集合元素的类型。

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

属性值

集合元素的类型。

注解

反射 ItemType 使用 属性获取配置元素类型。

适用于