Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property IMap<TLeft, TRight>.this

    IMap<TLeft, TRight>.this[TLeft]

    Gets the right value associated with the specified left value.

    Declaration
    TRight IMap<TLeft, TRight>.this[TLeft leftValue] { get; set; }
    Parameters
    Type Name Description
    TLeft leftValue
    Returns
    Type Description
    TRight
    Implements
    IMap<TLeft, TRight>.this[TLeft]
    Exceptions
    Type Condition
    KeyNotFoundException

    The left value was not found.

    © Singulink. All rights reserved.