PageableListT Methods TIBCO Spotfire 7.6 API Reference

The PageableListT generic type exposes the following members.

Methods

  Name Description
Public method Add(Object)
Public method Add(T)
Public method AsReadOnly
Returns this if read-only, otherwise a read-only clone.
Public method AsWritable
Returns a writable clone if this is read-only, otherwise this.
Public method Clear
Public method Contains(Object)
Public method Contains(T)
Public method CopyTo(Array, Int32)
Public method CopyTo(T, Int32)
Public method Dispose
Public method Enumerate
Returns an enumerator that iterate through the given elements.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf(Object)
Public method IndexOf(T)
Public method Insert(Int32, Object)
Public method Insert(Int32, T)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove(Object)
Public method Remove(T)
Public method RemoveAt
Public method SetReadOnly
Calling this method will turn the list into a read-only collection. Any attempt to change the content after this call will throw an exception.
Public method Sort
Public method Sort(IComparerT)
Public method SortS(PageableListS)
Sorts a pair of PageableListT objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The default comparer is used when sorting.
Public method SortS(PageableListS, IComparerT)
Sorts a pair of PageableListT objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The supplied comparer is used when sorting.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementation Private method IListRemoveAt
Removes the IList item at the specified index.
Top
See Also

Reference