Logo Xantham

DictionaryImpl<'Key, 'Value> Type

Wrapper that chooses the type of dictionary (concurrent/normal) depending on the presence of the CONCURRENT_DICT constant on compilation

Instance members

Instance member Description

this.Comparer

Full Usage: this.Comparer

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

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Returns: 'Key
Modifiers: abstract
Returns: 'Key

this.Keys

Full Usage: this.Keys

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

this.Values

Full Usage: this.Values

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

Type something to start searching.