Name | Description | |
---|---|---|
![]() | OwnedFastListBase Constructor | Overloaded. |
The following tables list the members exposed by OwnedFastListBase.
Name | Description | |
---|---|---|
![]() | OwnedFastListBase Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Clear | Overridden. Clears the current OwnedFastListBase. |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | RemoveAt | Overridden. Removes the specified element from the current list. |