Header menu logo BioFSharp

BioList<'a> Type

List of objects using the IBioItem interface

Instance members

Instance member Description

this.Head

Full Usage: this.Head

Returns: 'a
Returns: 'a

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[index]

Full Usage: this[index]

Parameters:
    index : int

Returns: 'a
index : int
Returns: 'a

this.Length

Full Usage: this.Length

Returns: int
Returns: int

this.Tail

Full Usage: this.Tail

Returns: 'a list
Returns: 'a list

Static members

Static member Description

List.Empty

Full Usage: List.Empty

Returns: 'a list
Returns: 'a list

Type something to start searching.