ICollection Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ICollection. |
| Clear | Removes all items from the ICollection. |
| Contains | Determines whether the ICollection contains a specific value. |
| CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
| Remove | Removes the first occurrence of a specific object from the ICollection. |