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
Exceptions
Type | Condition |
---|---|
KeyNotFoundException | The left value was not found. |