Click or drag to resize
CollectionGenericT Properties

The CollectionGenericT generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
获取或设置 CollectionBase 可包含的元素数。
(Inherited from CollectionBase.)
Public propertyCount
获取包含在 CollectionBase 实例中的元素数。不能重写此属性。
(Inherited from CollectionBase.)
Protected propertyInnerList
获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。
(Inherited from CollectionBase.)
Public propertyItem
获取指定索引处的元素
Protected propertyList
获取一个 IList,它包含 CollectionBase 实例中元素的列表。
(Inherited from CollectionBase.)
Top
See Also