Name | Description | |
---|---|---|
OwnedFastList Constructor | Overloaded. |
The following tables list the members exposed by OwnedFastList.
Name | Description | |
---|---|---|
OwnedFastList 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 | Clears the current OwnedFastListBase. (Inherited from C1.C1Preview.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 | Inserts the element at the specified index. (Inherited from C1.C1Preview.OwnedFastListBase) | |
OnClear | Overridden. Called when the list is about to be cleared. | |
OnClearComplete | Called after the list has been cleared. (Inherited from C1.C1Preview.OwnedFastListBase) | |
OnInsert | Overridden. Called when an item is about to be iserted. | |
OnInsertComplete | Overridden. Called after an item has been inserted. | |
OnRemove | Called when an item is about to be removed. (Inherited from C1.C1Preview.OwnedFastListBase) | |
OnRemoveComplete | Overridden. Called after an item has been removed. | |
Remove | Removes the specified element from the current list. (Inherited from C1.C1Preview.Util.FastList) | |
RemoveAt | Removes the specified element from the current list. (Inherited from C1.C1Preview.OwnedFastListBase) |