Name | Description | |
---|---|---|
![]() | CopyTo | Copies the items of the System.Collections.ICollection to an array, starting at a particular array index. |
For a list of all members of this type, see ListBase members.
Name | Description | |
---|---|---|
![]() | CopyTo | Copies the items of the System.Collections.ICollection to an array, starting at a particular array index. |
Name | Description | |
---|---|---|
![]() | ArrayAdd | Adds an item to the array. |
![]() | ArrayClear | Removes all items from the array. |
![]() | ArrayInit | Initializes the array and populates it with the specified objects. |
![]() | ArrayInsert | Inserts an item into the array at the specified index. |
![]() | ArrayRemoveAt | Removes the item at the specified index. |
![]() | EnsureCapacity | Ensures that the capacity of this instance of the list is at least the specified value. |
![]() | InternalAdd | Adds an item to the list. |
![]() | InternalClear | Removes all items from the list. |
![]() | InternalInsert | Inserts an item to the list at the specified index. |
![]() | InternalRemove | Removes the first occurrence of value from the list. |
![]() | InternalRemoveAt | Removes the item at the specified index. |
![]() | InternalSetItem | Sets the item at the specified index. |
![]() | ListAdd | Adds an item to the list. |
![]() | ListClear | Removes all items from the list. |
![]() | ListContains | Retrieves a boolean value indicating if the item exists in the list. |
![]() | ListGetItem | Retrieves the item at the specified index. |
![]() | ListIndexOf | Searches for the specified item in the list and returns the zero-based index of the first occurrence. |
![]() | ListInsert | Inserts an item to the list at the specified index. |
![]() | ListRemove | Removes the first occurrence of value from the list. |
![]() | ListRemoveAt | Removes the item at the specified index. |
![]() | ListSetItem | Sets the item at the specified index. |
![]() | OnClear | Performs additional custom processes when clearing the contents of the ListBase instance. |
![]() | OnClearComplete | Performs additional custom processes after clearing the contents of the ListBase instance. |
![]() | OnInsert | Performs additional custom processes before inserting a new item into the ListBase instance. |
![]() | OnInsertComplete | Performs additional custom processes after inserting a new item into the ListBase instance. |
![]() | OnRemove | Performs additional custom processes when removing an item from the ListBase instance. |
![]() | OnRemoveComplete | Performs additional custom processes after removing an item from the ListBase instance. |
![]() | OnSet | Performs additional custom processes before setting a value in the ListBase instance. |
![]() | OnSetComplete | Performs additional custom processes after setting a value in the ListBase instance. |
![]() | OnValidate | Performs additional custom processes when validating a value. |