Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method AsCollectionDictionary

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

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

    Declaration
    public static ICollectionDictionary<TKey, TValue> AsCollectionDictionary<TKey, TValue>(this IListDictionary<TKey, TValue> dictionary)
    Parameters
    Type Name Description
    IListDictionary<TKey, TValue> dictionary
    Returns
    Type Description
    ICollectionDictionary<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

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

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

    Declaration
    public static ICollectionDictionary<TKey, TValue> AsCollectionDictionary<TKey, TValue>(this ISetDictionary<TKey, TValue> dictionary)
    Parameters
    Type Name Description
    ISetDictionary<TKey, TValue> dictionary
    Returns
    Type Description
    ICollectionDictionary<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    © Singulink. All rights reserved.