Header menu logo fantomas

LayeredMap<'Key, 'Value> Type

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
    key : 'Key

Returns: 'Value
key : 'Key
Returns: 'Value

this.Keys

Full Usage: this.Keys

Returns: ICollection<'Key>
Returns: ICollection<'Key>

this.Values

Full Usage: this.Values

Returns: ICollection<'Value>
Returns: ICollection<'Value>

Type something to start searching.