FSharp.Collections.Immutable 1.0.0

Edit this page

HashMapBuilder<'Key, 'Value> Type

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract
Returns: int

this[arg1]

Full Usage: this[arg1]

Returns: 'Key
Modifiers: abstract
Returns: 'Key

this.KeyComparer

Full Usage: this.KeyComparer

this.Keys

Full Usage: this.Keys

Returns: IEnumerable<'Key>
Modifiers: abstract
Returns: IEnumerable<'Key>

this.ValueComparer

Full Usage: this.ValueComparer

this.Values

Full Usage: this.Values

Returns: IEnumerable<'Value>
Modifiers: abstract
Returns: IEnumerable<'Value>