UndoableDictionary TKey, TValue  Methods TIBCO Spotfire 6.0 API Reference
The UndoableDictionary TKey, TValue  type exposes the following members.
Methods

  NameDescription
Public methodAdd(KeyValuePair TKey, TValue )
Adds an item to the ICollection T .
Public methodAdd(TKey, TValue)
Adds an element with the provided key and value to the IDictionary TKey, TValue .
Public methodClear
Removes all items from the ICollection T .
Public methodContains
Determines whether the ICollection T  contains a specific value.
Public methodContainsKey
Determines whether the IDictionary TKey, TValue  contains an element with the specified key.
Public methodCopyTo
Copies the elements of the ICollection T  to an Array, starting at a particular Array index.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Protected methodGetService
Override this method to provide services accessible from this node and its descendants. If you can not provide the requested service, you should call base.GetService which relays the request to the owner or to the AnalysisApplication if no owner is set.
(Inherited from Node.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(KeyValuePair TKey, TValue )
Removes the first occurrence of a specific object from the ICollection T .
Public methodRemove(TKey)
Removes the element with the specified key from the IDictionary TKey, TValue .
Public methodReplaceAll
Replaces the contents of this instance with the elements in the specified collection.
Public methodTryGetValue
Tries to get the value associated with the specified key, returning true upon success.
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable GetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implemetationPrivate methodIServiceProvider GetService
Implements IServiceProvider.
(Inherited from Node.)
Back to Top
See Also