Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property IReadOnlyDictionary<TLeft, TRight>.Values

    IReadOnlyDictionary<TLeft, TRight>.Values

    Gets the values on the right side of the map.

    Declaration
    IEnumerable<TRight> IReadOnlyDictionary<TLeft, TRight>.Values { get; }
    Returns
    Type Description
    IEnumerable<TRight>
    Implements
    IReadOnlyDictionary<TKey, TValue>.Values
    © Singulink. All rights reserved.