Interface IReadOnlyCollectionDictionary<TKey, TValue>
Represents a read-only collection of keys mapped to a read-only collection of values per key.
Inherited Members
Namespace: Singulink.Collections
Assembly: Singulink.Collections.dll
Syntax
public interface IReadOnlyCollectionDictionary<TKey, TValue> : IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>, IReadOnlyCollection<KeyValuePair<TKey, IReadOnlyCollection<TValue>>>, IEnumerable<KeyValuePair<TKey, IReadOnlyCollection<TValue>>>, IEnumerableType Parameters
| Name | Description | 
|---|---|
| TKey | The type of the keys in the dictionary. | 
| TValue | The type of the values in the dictionary. | 
