ArgumentTypeList Properties TIBCO Spotfire 7.6 API Reference

The ArgumentTypeList type exposes the following members.

Properties

  Name Description
Public property Count
Gets the number of elements actually contained in the CollectionT.
(Inherited from CollectionDataType.)
Public property Item
Gets or sets the element at the specified index.
(Inherited from CollectionDataType.)
Protected property Items
Gets a IListT wrapper around the CollectionT.
(Inherited from CollectionDataType.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private property IListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionDataType.)
Explicit interface implementation Private property ICollectionTIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from CollectionDataType.)
Explicit interface implementation Private property IListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionDataType.)
Explicit interface implementation Private property ICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionDataType.)
Explicit interface implementation Private property IListItem
Gets or sets the element at the specified index.
(Inherited from CollectionDataType.)
Explicit interface implementation Private property ICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionDataType.)
Top
See Also

Reference