DataValueTuple Members TIBCO Spotfire 6.0 API Reference
The DataValueTuple type exposes the following members.
Methods

  NameDescription
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
Gets an enumerator over the items in the collection.
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.)
Back to Top
Properties

  NameDescription
Public propertyCount
Gets the number of items in the collection.
Public propertyItem
Gets the data value at the given index.
Back to Top
See Also