UndoableSetT Methods

Spotfire 14.3 API Reference

The UndoableSetT generic type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified item to this set. If the item already exists, nothing happens.
Public methodClear
Removes all items from this set.
Public methodContains
Determines whether this set contains the specified item.
Public methodCopyTo
Copies the items of this set to the specified Array, starting at the specified index.
Public methodGetEnumerator
Returns an enumerator that iterates through the items in this set.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the specified item from this set, returning true if this set contained the item.
Public methodReplaceAll
Replaces the contents of this instance with the elements in the specified collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through the items in this set.
Top
See Also

Reference