Method RemoveRight
RemoveRight(TAlternateRight)
Removes the mapping with the specified alternate right value.
Declaration
public bool RemoveRight(TAlternateRight rightKey)
Parameters
Type |
Name |
Description |
TAlternateRight |
rightKey |
|
Returns
RemoveRight(TAlternateRight, out TRight, out TLeft)
Removes the mapping with the specified alternate right value.
Declaration
public bool RemoveRight(TAlternateRight rightKey, out TRight actualRightKey, out TLeft leftValue)
Parameters
Type |
Name |
Description |
TAlternateRight |
rightKey |
|
TRight |
actualRightKey |
|
TLeft |
leftValue |
|
Returns