FSharp.Collections.Immutable 1.0.0

Edit this page

HashMap<'Key, 'Value> 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 : 'Key

Returns: 'Value
Modifiers: abstract
arg0 : 'Key
Returns: 'Value

this.KeyComparer

Full Usage: this.KeyComparer

Returns: IEqualityComparer<'Key>
Returns: IEqualityComparer<'Key>

this.Keys

Full Usage: this.Keys

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

this.ValueComparer

Full Usage: this.ValueComparer

Returns: IEqualityComparer<'Value>
Returns: IEqualityComparer<'Value>

this.Values

Full Usage: this.Values

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