Method GetLeftValue
GetLeftValue(TRight)
Gets the left value associated with the specified right value.
Declaration
public TLeft GetLeftValue(TRight rightValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TRight | rightValue | 
Returns
| Type | Description | 
|---|---|
| TLeft | 
Exceptions
| Type | Condition | 
|---|---|
| KeyNotFoundException | The right value was not found. | 
