Name | Description | |
---|---|---|
Adds an object to the end of the collection. |
||
Removes all elements from the collection. |
||
Determines whether an element is in the collection. |
||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
||
Returns an enumerator that iterates through the 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. |
||
Overloaded. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |