The UndoableSetT generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified item to this set. If the item already exists, nothing happens.
| |
| Clear |
Removes all items from this set.
| |
| Contains |
Determines whether this set contains the specified item.
| |
| CopyTo |
Copies the items of this set to the specified Array, starting at the specified index.
| |
| GetEnumerator |
Returns an enumerator that iterates through the items in this set.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes the specified item from this set, returning true if this set contained the item.
| |
| ReplaceAll | Replaces the contents of this instance with the elements in the
specified collection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Returns an enumerator that iterates through the items in this set.
|
See Also