clist<'T> Type
An abbreviation for ChangeableList<'T> (FDA clist<'T> parity).
Instance members
| Instance member |
Description
|
Full Usage:
this.Count
Returns: int
|
Gets the number of elements.
|
Full Usage:
this.IsEmpty
Returns: bool
|
Gets whether the list is empty.
|
Full Usage:
this[position]
Parameters:
int
Returns: 'T
|
Gets the element at the given position.
|
Mibo