UndoableDictionaryTKey, TValue Methods

Spotfire 14.3 API Reference

The UndoableDictionaryTKey, TValue generic type exposes the following members.

Methods

  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Adds an item to the ICollectionT.
Public methodAdd(TKey, TValue)
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
Public methodClear
Removes all items from the ICollectionT.
Public methodContains
Determines whether the ICollectionT contains a specific value.
Public methodContainsKey
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(KeyValuePairTKey, TValue)
Removes the first occurrence of a specific object from the ICollectionT.
Public methodRemove(TKey)
Removes the element with the specified key from the IDictionaryTKey, TValue.
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.)
Public methodTryGetValue
Tries to get the value associated with the specified key, returning true upon success.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also

Reference