ArgumentTypeList Methods

Spotfire 14.3 API Reference

The ArgumentTypeList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an object to the end of the CollectionT.
(Inherited from CollectionDataType.)
Public methodClear
Removes all elements from the CollectionT.
(Inherited from CollectionDataType.)
Public methodContains
Determines whether an element is in the CollectionT.
(Inherited from CollectionDataType.)
Public methodCopyTo
Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionDataType.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionT.
(Inherited from CollectionDataType.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionDataType.)
Public methodInsert
Inserts an element into the CollectionT at the specified index.
(Inherited from CollectionDataType.)
Public methodRemove
Removes the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionDataType.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionT.
(Inherited from CollectionDataType.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionDataType.)
Top
See Also

Reference