A base collection class for the diagram item collections.
The following tables list the members exposed by the ItemCollectionBase(T) type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
An ItemEventArgs instance used for passing arguments to the event handlers for the events of this collection. Used to avoid creating many small objects that would burden the garbage collector. (Inherited from CollectionBase.) |
||
If enabled, the collection raises events to let their containing objects handle the addition or removal of items. (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
Gets the number of items contained in the collection. (Inherited from CollectionBase.) |
||
Gets a value indicating whether the collection is read-only. (Inherited from CollectionBase.) |
||
An indexer that lets you access the element at the specified position. (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
Adds an item to the collection. (Inherited from CollectionBase.) |
||
Removes all items from the collection. (Inherited from CollectionBase.) |
||
Determines whether an element is in the List(T). (Inherited from CollectionBase.) |
||
(Inherited from CollectionBase.) |
||
Returns an enumerator for this collection. (Inherited from CollectionBase.) |
||
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from CollectionBase.) |
||
Inserts an element into the Collection at the specified index. (Inherited from CollectionBase.) |
||
Removes the first occurrence of a specific object from the collection. (Inherited from CollectionBase.) |
||
Removes the element at the specified index of the collection. (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
Raises the Adding event. (Inherited from CollectionBase.) |
||
Raises the Inserting event. (Inherited from CollectionBase.) |
||
Raises the Removing event. (Inherited from CollectionBase.) |