Name | Description | |
---|---|---|
![]() |
Adds the specified element to the collection. |
|
![]() |
Removes all elements from the collection. |
|
![]() |
Determines whether an element is in the collection. (Inherited from UndoableCollection.) |
|
![]() |
Determines whether an element with the specified name is in the collection. (Inherited from NamedCollection.) |
|
![]() |
Copies the elements of this collection to the specified array starting at the specified index within the array. (Inherited from UndoableCollection.) |
|
![]() |
Copies the elements of the collection to an array, starting at the specified index. |
|
![]() |
IEnumerator.GetEnumerator implementation. (Inherited from UndoableCollection.) |
|
![]() |
Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection. (Inherited from UndoableCollection.) |
|
![]() |
Inserts the specified element at the specified index in the collection. |
|
![]() |
Removes the specified element from the collection. |
|
![]() |
Removes the element at the specified index. |
Name | Description | |
---|---|---|
![]() |
UndoableCollection.OnCollectionChanged override. (Inherited from NamedCollection.) |
|
![]() |
Adds the specified item to the collection. If undo is enabled, the item is added through a command. Otherwise, the item is added directly. (Inherited from UndoableCollection.) |
|
![]() |
Clears the collection. If undo is enabled, the collection is cleared through a command. Otherwise, the collection is cleared directly. (Inherited from UndoableCollection.) |
|
![]() |
Moves the specified item to another position. If undo is enabled, the item is moved through a command. Otherwise, the item is moved directly. (Inherited from UndoableCollection.) |
|
![]() |
Removes the specified item to the collection. If undo is enabled, the item is removed through a command. Otherwise, the item is removed directly. (Inherited from UndoableCollection.) |
|
![]() |
Removes the specified item in the collection. If undo is enabled, the item is replaced through a command. Otherwise, the item is replaced directly. (Inherited from UndoableCollection.) |