Method RemoveRight
RemoveRight(TRight)
Removes an association from the map given the specified right value.
Declaration
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. |