Method RemoveRight
RemoveRight(TRight)
Removes an association from the map given the specified right value.
Declaration
public bool RemoveRight(TRight rightValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TRight | rightValue | 
Returns
| Type | Description | 
|---|---|
| bool | true if the association with the given right value is successfully found and removed, otherwise false. | 
Implements
RemoveRight(TRight, out TLeft)
Removes an association from the map given the specified right value.
Declaration
public bool RemoveRight(TRight rightValue, out TLeft leftValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TRight | rightValue | |
| TLeft | leftValue | 
Returns
| Type | Description | 
|---|---|
| bool | true if the association with the given right value is successfully found and removed, otherwise false. | 
