Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Interface IReadOnlyListDictionary<TKey, TValue>

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

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