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
Exceptions
Type | Condition |
---|---|
KeyNotFoundException | The left value was not found (when getting a right value). |
ArgumentException | The right value being set is a duplicate value on another mapping. |