")">
'T
Gets a value indicating if the list contains no entries
bool
Gets the element of the list at the given position.
Lists are represented as linked lists so this is an O(n) operation.
int
The index.
'T
The value at the given index.
Gets the number of items contained in the list
int
Gets the tail of the list, which is a list containing all the elements of the list, excluding the first element
'T list
Static member | Description |
|
Returns an empty list of a particular type
|