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