Enhanced C#
Language of your choice: library documentation
|
This interface is intended to be implemented by all Loyc collections that implement IDictionary<K,V>. It combines the original IDictionary<K,V> interface with its component interfaces IReadOnlyDictionary<K,V> and IDictionarySink<K,V>. More...
This interface is intended to be implemented by all Loyc collections that implement IDictionary<K,V>. It combines the original IDictionary<K,V> interface with its component interfaces IReadOnlyDictionary<K,V> and IDictionarySink<K,V>.
This interface is used in C# for disambiguation (as explained in the description of IListImpl<T>.) Variables should not have this type (except in disambiguation methods, which immediately cast the variable to another type).
Additional Inherited Members | |
Properties inherited from Loyc.Collections.IIndexed< K, V > | |
V | this[K key] [get] |
Gets the value associated with the specified key. More... | |
Properties inherited from Loyc.Collections.IDictionarySink< K, V > | |
V | this[K key] [set] |
Public Member Functions inherited from Loyc.Collections.IDictionarySink< K, V > | |
void | Add (K key, V value) |
bool | Remove (K key) |
void | Clear () |