FSharp.Collections.Immutable 1.0.0

Edit this page

SortedSet<'T> Type

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[arg1]

Full Usage: this[arg1]

Parameters:
    arg0 : int

Returns: 'T
Modifiers: abstract
arg0 : int
Returns: 'T

this.KeyComparer

Full Usage: this.KeyComparer

Returns: IComparer<'T>
Returns: IComparer<'T>

this.Max

Full Usage: this.Max

Returns: 'T
Returns: 'T

this.Min

Full Usage: this.Min

Returns: 'T
Returns: 'T