Name | Description | |
---|---|---|
![]() |
Adds an item to the collection. |
|
![]() |
Removes all items from the collection. |
|
![]() |
Determines whether an element is in this collection. |
|
![]() |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
|
![]() |
Returns an enumerator for this collection. |
|
![]() |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. |
|
![]() |
Inserts an element into the collection at the specified index. |
|
![]() |
Removes the first occurrence of a specific object from the collection. |
|
![]() |
Removes the element at the specified index of the collection. |
Name | Description | |
---|---|---|
![]() |
Raises the Adding internal event. |
|
![]() |
Raises the Inserting internal event. |
|
![]() |
Raises the Removing internal event. |
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |