Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property this

    this[TLeft]

    Gets or sets the right value associated with the specified left value.

    Declaration
    public TRight this[TLeft leftValue] { get; set; }
    Parameters
    Type Name Description
    TLeft leftValue
    Property Value
    Type Description
    TRight
    Implements
    IMap<TLeft, TRight>.this[TLeft]
    IReadOnlyMap<TLeft, TRight>.this[TLeft]
    IDictionary<TKey, TValue>.this[TKey]
    IReadOnlyDictionary<TKey, TValue>.this[TKey]
    Exceptions
    Type Condition
    KeyNotFoundException

    The property is being retrieved and the left value was not found.

    ArgumentException

    The property is being set and the right value provided is already assigned to a different left value.

    © Singulink. All rights reserved.