ICollection Members

Defines size, enumerators and synchronization methods for all collections.

The ICollection type exposes the following members.

Methods

  Name Description
Public method AddAt Adds an item to a collection at a position.
Public method AddItem Adds an item to a collection.
Public method GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public method item Gets an item from a collection.

Top

Properties

  Name Description
Public property Count When implemented by a class, gets the number of elements contained in the ICollection.

Top

See Also

Reference

ICollection Interface

Microsoft.VisualStudio.VsWizard Namespace