Property this
this[TAlternateLeft]
Gets or sets the right value associated with the specified alternate left value.
Declaration
public TRight this[TAlternateLeft leftValue] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
TAlternateLeft | leftValue |
Property Value
Type | Description |
---|---|
TRight |
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. |