Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Class CollectionDictionaryExtensions

    Provides extension methods for collection dictionaries.

    Inheritance
    object
    CollectionDictionaryExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Singulink.Collections
    Assembly: Singulink.Collections.dll
    Syntax
    public static class CollectionDictionaryExtensions

    Methods

    Name Description
    AsCollectionDictionary<TKey, TValue>(IListDictionary<TKey, TValue>)

    Returns an ICollectionDictionary<TKey, TValue> wrapper for a list dictionary.

    AsCollectionDictionary<TKey, TValue>(ISetDictionary<TKey, TValue>)

    Returns an ICollectionDictionary<TKey, TValue> wrapper for a list dictionary.

    AsDictionaryOfCollection<TKey, TValue>(IListDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with ICollection<T> values) wrapper for a list dictionary.

    AsDictionaryOfCollection<TKey, TValue>(ISetDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with ICollection<T> values) wrapper for a list dictionary.

    AsReadOnlyCollectionDictionary<TKey, TValue>(IListDictionary<TKey, TValue>)

    Returns an IReadOnlyCollectionDictionary<TKey, TValue> wrapper for a list dictionary.

    AsReadOnlyCollectionDictionary<TKey, TValue>(IReadOnlyListDictionary<TKey, TValue>)

    Returns an IReadOnlyCollectionDictionary<TKey, TValue> wrapper for a list dictionary.

    AsReadOnlyCollectionDictionary<TKey, TValue>(IReadOnlySetDictionary<TKey, TValue>)

    Returns an IReadOnlyCollectionDictionary<TKey, TValue> wrapper for a set dictionary.

    AsReadOnlyCollectionDictionary<TKey, TValue>(ISetDictionary<TKey, TValue>)

    Returns an IReadOnlyCollectionDictionary<TKey, TValue> wrapper for a set dictionary.

    AsReadOnlyDictionaryOfCollection<TKey, TValue>(IListDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlyCollection<T> values) wrapper for a list dictionary.

    AsReadOnlyDictionaryOfCollection<TKey, TValue>(IReadOnlyCollectionDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlyCollection<T> values) wrapper for a collection dictionary.

    AsReadOnlyDictionaryOfCollection<TKey, TValue>(IReadOnlyListDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlyCollection<T> values) wrapper for a list dictionary.

    AsReadOnlyDictionaryOfCollection<TKey, TValue>(IReadOnlySetDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlyCollection<T> values) wrapper for a set dictionary.

    AsReadOnlyDictionaryOfCollection<TKey, TValue>(ISetDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlyCollection<T> values) wrapper for a set dictionary.

    AsReadOnlyDictionaryOfList<TKey, TValue>(IListDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlyList<T> values) wrapper for a list dictionary.

    AsReadOnlyDictionaryOfList<TKey, TValue>(IReadOnlyListDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlyList<T> values) wrapper for a list dictionary.

    AsReadOnlyDictionaryOfSet<TKey, TValue>(IReadOnlySetDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlySet<T> values) wrapper for a set dictionary.

    AsReadOnlyDictionaryOfSet<TKey, TValue>(ISetDictionary<TKey, TValue>)

    Returns an IReadOnlyDictionary<TKey, TValue> (with IReadOnlySet<T> values) wrapper for a set dictionary.

    AsReadOnly<TKey, TValue>(ICollectionDictionary<TKey, TValue>)

    Returns an IReadOnlyCollectionDictionary<TKey, TValue> wrapper for a collection dictionary.

    AsReadOnly<TKey, TValue>(IListDictionary<TKey, TValue>)

    Returns an IReadOnlyListDictionary<TKey, TValue> wrapper for a list dictionary.

    AsReadOnly<TKey, TValue>(ISetDictionary<TKey, TValue>)

    Returns an IReadOnlySetDictionary<TKey, TValue> wrapper for a set dictionary.

    © Singulink. All rights reserved.