Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Interface ICollectionDictionary<TKey, TValue>

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

    Inherited Members
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.this[TKey]
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.Keys
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.ValueCount
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.ValueCollections
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.Values
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.Clear()
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.Clear(TKey)
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.Contains(TKey, TValue)
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.ContainsKey(TKey)
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.ContainsValue(TValue)
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.GetValueCount(TKey)
    ICollectionDictionary<TKey, TValue, ICollection<TValue>>.TryGetValues(TKey, out ICollection<TValue>)
    IReadOnlyCollection<KeyValuePair<TKey, ICollection<TValue>>>.Count
    IEnumerable<KeyValuePair<TKey, ICollection<TValue>>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: Singulink.Collections
    Assembly: Singulink.Collections.dll
    Syntax
    public interface ICollectionDictionary<TKey, TValue> : ICollectionDictionary<TKey, TValue, ICollection<TValue>>, IReadOnlyCollection<KeyValuePair<TKey, ICollection<TValue>>>, IEnumerable<KeyValuePair<TKey, ICollection<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.AsReadOnly<TKey, TValue>(ICollectionDictionary<TKey, TValue>)
    © Singulink. All rights reserved.