The IItemCollection type exposes the following members.

Methods

  Name Description
Public method GetEnumerator
Returns an enumerator that iterates through the items.

Properties

  Name Description
Public property Count
Gets the number of items in the collectiion.
Public property Item
Indexer to get items within this collection using array index syntax.

See Also