Property this
this[TLeft]
Gets the right value associated with the specified left value.
Declaration
TRight this[TLeft leftValue] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| TLeft | leftValue |
Property Value
| Type | Description |
|---|---|
| TRight |
Exceptions
| Type | Condition |
|---|---|
| KeyNotFoundException | The left value was not found. |