Defines size, enumerators and synchronization methods for all collections.
The ICollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
AddAt | Adds an item to a collection at a position. |
![]() |
AddItem | Adds an item to a collection. |
![]() |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() |
item | Gets an item from a collection. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | When implemented by a class, gets the number of elements contained in the ICollection. |
Top
.gif)
.gif)