Name | Description | |
---|---|---|
![]() | FastList Constructor |
The following tables list the members exposed by FastList.
Name | Description | |
---|---|---|
![]() | FastList Constructor |
Name | Description | |
---|---|---|
![]() | Clear | Clears the current FastList. |
![]() | IndexOf | Returns the index of the specified object in the current FastList. (Performs a fast search using the FindObjectIndex method.) |
Name | Description | |
---|---|---|
![]() | Add | Adds an object implementing the System.IComparable interface to the current list. |
![]() | FindObjectIndex | Performs a fast search for the specified object within the current FastList. |
![]() | Insert | Inserts the element at the specified index. |
![]() | Remove | Removes the specified element from the current list. |
![]() | RemoveAt | Removes the element at the specified index from the current list. |