Logo Mibo

clist<'T> Type

An abbreviation for ChangeableList<'T> (FDA clist<'T> parity).

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int

Gets the number of elements.

Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

Gets whether the list is empty.

Returns: bool

this[position]

Full Usage: this[position]

Parameters:
    position : int

Returns: 'T

Gets the element at the given position.

position : int
Returns: 'T

Type something to start searching.