LayeredMultiMap<'Key, 'Value> Type
Immutable map collection, with explicit flattening to a backing dictionary
Constructors
Constructor |
Description
|
Full Usage:
LayeredMultiMap(contents)
Parameters:
LayeredMap<'Key, 'Value list>
Returns: LayeredMultiMap<'Key, 'Value>
|
|
Instance members
Instance member |
Description
|
|
|
Full Usage:
this.AddMany
Parameters:
KeyValuePair<'Key, 'Value>[]
Returns: LayeredMultiMap<'Key, 'Value>
|
|
Full Usage:
this[k]
Parameters:
'Key
Returns: 'Value list
|
|
Full Usage:
this.TryFind
Parameters:
'Key
Returns: 'Value list option
|
|
Full Usage:
this.TryGetValue
Parameters:
'Key
Returns: bool * 'Value list
|
|
Full Usage:
this.Values
Returns: 'Value list
|
|
Static members
Static member |
Description
|
|
|