ICollection Interface
Visual Studio 2015
Defines size, enumerators, and synchronization methods for all collections.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Name | Description | |
|---|---|---|
![]() | Count | When implemented by a class, gets the number of elements contained in the ICollection. |
| Name | Description | |
|---|---|---|
![]() | AddAt(Object, Object) | Adds an item to a collection at a position. |
![]() | AddItem(Object) | Adds an item to a collection. |
![]() | GetEnumerator() | Gets a list of items in a collection. |
![]() | item(Object) | Gets an item from a collection. |
Show:

