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

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection T .
Public propertyIsReadOnly
Gets a value indicating whether the ICollection T  is read-only.
Public propertyItem
Gets or sets the TValue with the specified key.
Public propertyKeys
Gets an ICollection T  containing the keys of the IDictionary TKey, TValue .
Public propertyValues
Gets an ICollection T  containing the values in the IDictionary TKey, TValue .
Back to Top
See Also