DiagramLite Programmer's Guide
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 the List(T).

CopyTo

 

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 event.

RaiseInserting

Raises the Inserting event.

RaiseRemoving

Raises the Removing event.

 See Also

CollectionBase(T, E) Class
MindFusion.Diagramming Namespace