|
Enhanced C#
Loyc library documentation
|
Represents the essence of a mutable dictionary: the ability to get or set a value for a key. More...
Represents the essence of a mutable dictionary: the ability to get or set a value for a key.
Properties | |
| new V | this[K key] [get, set] |
| Gets the value associated with the specified key. More... | |
Properties inherited from Loyc.Collections.IIndexed< in K, out V > | |
| V | this[K key] [get] |
| Gets the value associated with the specified key. More... | |
Properties inherited from Loyc.Collections.IIndexedSink< in K, in V > | |
| V | this[K key] [set] |
|
getset |
Gets the value associated with the specified key.
This property should not exist. It exists only to resolve the supposed "ambiguity" between the getter and setter in the base interfaces.
1.8.7