Represents a strongly typed collection of Group objects.
The following tables list the members exposed by the GroupCollection type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the GroupCollection class. |
Name | Description | |
---|---|---|
![]() |
A 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. |
|
![]() |
Gets a List<T> containing the list of elements in the collection instance. (Inherited from CollectionBase.) |
|
![]() |
If enabled, the collection raises events to let their containing objects handle the addition or removal of items. |
Name | Description | |
---|---|---|
![]() |
Gets the number of elements actually contained in the collection. (Inherited from CollectionBase.) |
|
![]() |
Gets a value indicating whether the collection is read-only. (Inherited from CollectionBase.) |
|
![]() |
Gets or sets the element at the specified index. (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
![]() |
Adds the specified group to the collection. |
|
![]() |
Adds an object to the end of the collection. (Inherited from CollectionBase.) |
|
![]() |
Removes all groups from the collection. |
|
![]() |
Creates a shallow copy of this collection. |
|
![]() |
Determines whether an element is in the collection. (Inherited from CollectionBase.) |
|
![]() |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from CollectionBase.) |
|
![]() |
The zero-based index of the group to retrieve. |
|
![]() |
Returns an enumerator that iterates through the 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 the specified group in the collection at the specified position. |
|
![]() |
Inserts an element into the collection at the specified index. (Inherited from CollectionBase.) |
|
![]() |
Removes the specified group from the collection. |
|
![]() |
Removes the first occurrence of a specific object from the collection. (Inherited from CollectionBase.) |
|
![]() |
Removes the diagram item from the collection. |
|
![]() |
Overloaded. (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
![]() |
Raises the Adding event. |
|
![]() |
Raises the Inserting event. |
|
![]() |
Raises the Removing event. |