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
|
|
|
Full Usage:
this.Count
Returns: int
Modifiers: abstract |
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this[key]
Returns: 'Key
Modifiers: abstract |
|
|
|
|
|