Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Interface IReadOnlyCollectionDictionary<TKey, TValue>

    Represents a read-only collection of keys mapped to a read-only collection of values per key.

    Inherited Members
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.this[TKey]
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.Keys
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.ValueCount
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.ValueCollections
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.Values
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.Contains(TKey, TValue)
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.ContainsKey(TKey)
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.ContainsValue(TValue)
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.GetValueCount(TKey)
    IReadOnlyCollectionDictionary<TKey, TValue, IReadOnlyCollection<TValue>>.TryGetValues(TKey, out IReadOnlyCollection<TValue>)
    IReadOnlyCollection<KeyValuePair<TKey, IReadOnlyCollection<TValue>>>.Count
    IEnumerable<KeyValuePair<TKey, IReadOnlyCollection<TValue>>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    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>>>, 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.AsReadOnlyDictionaryOfCollection<TKey, TValue>(IReadOnlyCollectionDictionary<TKey, TValue>)
    © Singulink. All rights reserved.