PageableList T  Members TIBCO Spotfire 6.0 API Reference
The PageableList T  type exposes the following members.
Constructors

  NameDescription
Public methodPageableList T  Obsolete.
Public methodPageableList T (IEnumerable T )Obsolete.
Public methodPageableList T (PageableListSettings)
Public methodPageableList T (PageableListSettings, IEnumerable T )
Back to Top
Methods

  NameDescription
Public methodAdd(Object)
Public methodAdd(T)
Public methodAsReadOnly
Returns this if read-only, otherwise a read-only clone.
Public methodAsWritable
Returns a writable clone if this is read-only, otherwise this.
Public methodClear
Public methodContains(Object)
Public methodContains(T)
Public methodCopyTo(Array, Int32)
Public methodCopyTo( T , Int32)
Public methodDispose
Public methodEnumerate
Returns an enumerator that iterate through the given elements.
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
Returns an enumerator that iterates through a collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(Object)
Public methodIndexOf(T)
Public methodInsert(Int32, Object)
Public methodInsert(Int32, T)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Object)
Public methodRemove(T)
Public methodRemoveAt
Public methodSetReadOnly
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 methodSort 
Public methodSort(IComparer T )
Public methodSort S (PageableList S )
Sorts a pair of PageableList T  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 methodSort S (PageableList S , IComparer T )
Sorts a pair of PageableList T  objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The supplied comparer is used when sorting.
Back to Top
Properties

  NameDescription
Public propertyCount
Public propertyIsFixedSize
Public propertyIsReadOnly
Public propertyIsSynchronized
Public propertyItem
Gets or sets the element at the specified index.
Public propertySyncRoot
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable GetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implemetationPrivate propertyIList Item
Gets or sets the element at the specified index.
Explicit interface implemetationPrivate methodIList RemoveAt
Removes the IList item at the specified index.
Back to Top
See Also