Header menu logo BioFSharp.Mz

Cache<'a, 'b> Type

Wraps a SortedList to be used as a in memory cache. Especially usefull if computed theoretical fragmentation pattern or spectra are to be reused

Instance members

Instance member Description

this.Capacity

Full Usage: this.Capacity

this.Comparer

Full Usage: this.Comparer

Returns: IComparer<'a>
Returns: IComparer<'a>

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract
Returns: int

this[arg1]

Full Usage: this[arg1]

Returns: 'a
Modifiers: abstract
Returns: 'a

this.Keys

Full Usage: this.Keys

Returns: IList<'a>
Returns: IList<'a>

this.Values

Full Usage: this.Values

Returns: IList<'b>
Returns: IList<'b>

Type something to start searching.