Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
Loyc.Collections.IMIndexed< in K, V > Interface Template Reference

Represents the essence of a mutable dictionary: the ability to get or set a value for a key. More...


Source file:
Inheritance diagram for Loyc.Collections.IMIndexed< in K, V >:
Loyc.Collections.IIndexed< in K, out V > Loyc.Collections.IIndexedSink< in K, in V > Loyc.Collections.IDictionaryImpl< K, V > Loyc.Collections.Bijection< K1, K2 > Loyc.Collections.IDictionaryEx< K, V > Loyc.Collections.BDictionary< K, V > Loyc.Collections.IDictionaryExWithChangeEvents< K, V > Loyc.Collections.MMap< K, V >

Remarks

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 >
this[K key] [get]
 Gets the value associated with the specified key. More...
 
- Properties inherited from Loyc.Collections.IIndexedSink< in K, in V >
this[K key] [set]
 

Property Documentation

new V Loyc.Collections.IMIndexed< in K, V >.this[K key]
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.