Search
CollectionBase(T, E) Methods
 


 Public Methods

  Name Description

Add

Adds an item to the collection.

Clear

Removes all items from the collection.

Contains

Determines whether an element is in this collection.

CopyTo

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

GetEnumerator

Returns an enumerator for this collection.

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.

Insert

Inserts an element into the collection at the specified index.

Remove

Removes the first occurrence of a specific object from the collection.

RemoveAt

Removes the element at the specified index of the collection.

 Protected Methods

  Name Description

RaiseAdding

Raises the Adding internal event.

RaiseInserting

Raises the Inserting internal event.

RaiseRemoving

Raises the Removing internal event.

 See Also