The FastList type exposes the following members.

Methods

  Name Description
Public method Clear
Clears the current FastList.
Public method IndexOf
Returns the index of the specified object in the current FastList. (Performs a fast search using the FindObjectIndex(Object, Int32%) method.)

See Also