UndoableListT Methods

Spotfire 14.3 API Reference

The UndoableListT generic type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollectionT.
Public methodAddRange
Public methodAsReadOnly
Returns a read-only IListT collection containing the elements of this UndoableListT.
Public methodClear
Removes all items from the ICollectionT.
Public methodContains
Determines whether the ICollectionT contains a specific value.
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodExists
Determines whether the List contains elements that match the conditions defined by the specified predicate.
Public methodFind
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List.
Public methodFindAll
Retrieves all the elements that match the conditions defined by the specified predicate.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the IListT.
Public methodInsert
Inserts an item to the IListT at the specified index.
Public methodInsertRange
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
Public methodRemoveAll
Removes the all the elements that match the conditions defined by the specified predicate.
Public methodRemoveAt
Removes the IListT item at the specified index.
Public methodRemoveRange
Remove count elements starting at position index. If count is zero, no elements are removed and no event is raised.
Public methodReplaceAll
Replaces the contents of this list with the elements in the specified collection.
Public methodSort
Public methodSort(IComparerT)
Public methodSort(ComparisonT)
Public methodSort(Int32, Int32, IComparerT)
Public methodToArray
Copies the elements of the list to a new array.
Public methodToCollection
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 a collection.
Top
See Also

Reference