Header menu logo fantomas

MultiMap<'T, 'U> 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 : 'T

Returns: 'U list
key : 'T
Returns: 'U list

this.Keys

Full Usage: this.Keys

Returns: ICollection<'T>
Returns: ICollection<'T>

this.Values

Full Usage: this.Values

Returns: ICollection<'U list>
Returns: ICollection<'U list>

Type something to start searching.