Name | Description | |
---|---|---|
![]() | OwnedFastListBase Constructor | Overloaded. |
The following tables list the members exposed by OwnedFastListBase.
Name | Description | |
---|---|---|
![]() | OwnedFastListBase Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | InnerList | Gets the List used internally to store the elements of the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList) |
Name | Description | |
---|---|---|
![]() | Clear | Overridden. Clears the current OwnedFastListBase. |
![]() | IndexOf | Returns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the C1.C1Preview.Util.FastList.FindObjectIndex method.) (Inherited from C1.C1Preview.Util.FastList) |
Name | Description | |
---|---|---|
![]() | Add | Adds an object implementing the System.IComparable interface to the current list. (Inherited from C1.C1Preview.Util.FastList) |
![]() | FindObjectIndex | Performs a fast search for the specified object within the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList) |
![]() | Insert | Overridden. Inserts the element at the specified index. |
![]() | OnClear | Called when the list is about to be cleared. |
![]() | OnClearComplete | Called after the list has been cleared. |
![]() | OnInsert | Called when an item is about to be iserted. |
![]() | OnInsertComplete | Called after an item has been inserted. |
![]() | OnRemove | Called when an item is about to be removed. |
![]() | OnRemoveComplete | Called after an item has been removed. |
![]() | Remove | Removes the specified element from the current list. (Inherited from C1.C1Preview.Util.FastList) |
![]() | RemoveAt | Overridden. Removes the specified element from the current list. |