Implements common functionality of DroidDiagram List classes.
The following tables list the members exposed by the BaseList(E) type.
Name | Description | |
---|---|---|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() |
|
|
![]() |
|
|
![]() |
|
Name | Description | |
---|---|---|
![]() |
Adds a new element to the list. |
|
![]() |
Removes all elements from the list. |
|
![]() |
Determines if this list contains the specified element. |
|
![]() |
Gets the first element of this list. |
|
![]() |
Gets the element at the specified position in this list. |
|
![]() |
Gets the last element of this list. |
|
![]() |
Loads the list's contents. |
|
![]() |
Overloaded. |
|
![]() |
Removes a range of elements from this list. |
|
![]() |
Sets the element at the specified position in this list. |
|
![]() |
Gets the number of elements in this list. |
|
![]() |
Saves the list's contents. |
Name | Description | |
---|---|---|
![]() |
Raises the adding event. |
|
![]() |
Raises the clearing event. |
|
![]() |
Raises the removing event. |