Enhanced C#
Language of your choice: library documentation
|
This interface is meant to be implemented by read-only dictionary classes that originally implemented IDictionary<K, V> and now want to add its read-only version, IReadOnlyDictionary<K, V>. More...
This interface is meant to be implemented by read-only dictionary classes that originally implemented IDictionary<K, V> and now want to add its read-only version, IReadOnlyDictionary<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... | |