Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method ICollectionDictionary<TKey, TValue, IList<TValue>>.TryGetValues

    ICollectionDictionary<TKey, TValue, IList<TValue>>.TryGetValues(TKey, out IList<TValue>)

    Gets the values for the specified key.

    Declaration
    bool ICollectionDictionary<TKey, TValue, IList<TValue>>.TryGetValues(TKey key, out IList<TValue> valueCollection)
    Parameters
    Type Name Description
    TKey key
    IList<TValue> valueCollection
    Returns
    Type Description
    bool

    A value indicating whether the key was found.

    Implements
    ICollectionDictionary<TKey, TValue, TValueCollection>.TryGetValues(TKey, out TValueCollection)
    © Singulink. All rights reserved.