Click or drag to resize

Collection Methods

The Collection type exposes the following members.

Methods
  NameDescription
Public methodAddNewItem
Adds a new item to the collection.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Protected methodGetItem
Returns the item at the specified index of the collection.
Protected methodGetNonGenericEnumerator
Returns a non-generic enumerator for the collection.
Protected methodOnClearedItems
Called when the collection was cleared.
Protected methodOnItemAdded
Called when an item was added.
Protected methodOnItemInserted
Called when an item was inserted at a specific position.
Protected methodOnItemRemoved
Called when an item was removed.
Protected methodOnValueChanged
Called when the collection changed.
Public methodRemove
Removes the specified item from the collection.
Protected methodSetItem
Sets the item at the specified index.
Top
Extension Methods
  NameDescription
Public Extension MethodImplode
Creates a separated string from the items of a collection. Mostly used for debugging issues.
(Defined by CollectionUtils.)
Top
See Also