|
the number of elements currently in the list.
-
Returns:
int
|
|
is the list currently empty?
-
Returns:
bool
|
|
Gets or sets the element associated to index.
-
Returns:
Index
|
|
Gets or sets an element in the list at the given index.
-
Returns:
int
|
|
The largest index contained in the list (or Index.zero if empty)
-
Returns:
Index
|
|
The smallest index contained in the list (or Index.zero if empty)
-
Returns:
Index
|
|
Gets or sets the value for the list.
|