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