Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Interface ISetDictionary<TKey, TValue>

    Represents a collection of keys mapped to unique sets of values per key.

    Inherited Members
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.this[TKey]
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.Keys
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.ValueCount
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.ValueCollections
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.Values
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.Clear()
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.Clear(TKey)
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.Contains(TKey, TValue)
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.ContainsKey(TKey)
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.ContainsValue(TValue)
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.GetValueCount(TKey)
    ICollectionDictionary<TKey, TValue, ISet<TValue>>.TryGetValues(TKey, out ISet<TValue>)
    IReadOnlyCollection<KeyValuePair<TKey, ISet<TValue>>>.Count
    IEnumerable<KeyValuePair<TKey, ISet<TValue>>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: Singulink.Collections
    Assembly: Singulink.Collections.dll
    Syntax
    public interface ISetDictionary<TKey, TValue> : ICollectionDictionary<TKey, TValue, ISet<TValue>>, IReadOnlyCollection<KeyValuePair<TKey, ISet<TValue>>>, IEnumerable<KeyValuePair<TKey, ISet<TValue>>>, IEnumerable
    Type Parameters
    Name Description
    TKey

    The type of the keys in the dictionary.

    TValue

    The type of the values in the dictionary.

    Extension Methods

    CollectionDictionaryExtensions.AsCollectionDictionary<TKey, TValue>(ISetDictionary<TKey, TValue>)
    CollectionDictionaryExtensions.AsDictionaryOfCollection<TKey, TValue>(ISetDictionary<TKey, TValue>)
    CollectionDictionaryExtensions.AsReadOnlyCollectionDictionary<TKey, TValue>(ISetDictionary<TKey, TValue>)
    CollectionDictionaryExtensions.AsReadOnlyDictionaryOfCollection<TKey, TValue>(ISetDictionary<TKey, TValue>)
    CollectionDictionaryExtensions.AsReadOnlyDictionaryOfSet<TKey, TValue>(ISetDictionary<TKey, TValue>)
    CollectionDictionaryExtensions.AsReadOnly<TKey, TValue>(ISetDictionary<TKey, TValue>)
    © Singulink. All rights reserved.