| CollectionGenericT Properties |
The CollectionGenericT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Capacity | 获取或设置 CollectionBase 可包含的元素数。 (Inherited from CollectionBase.) | |
| Count | 获取包含在 CollectionBase 实例中的元素数。不能重写此属性。 (Inherited from CollectionBase.) | |
| InnerList | 获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。 (Inherited from CollectionBase.) | |
| Item |
获取指定索引处的元素
| |
| List | 获取一个 IList,它包含 CollectionBase 实例中元素的列表。 (Inherited from CollectionBase.) |