Method RemoveLeft
RemoveLeft(TAlternateLeft)
Removes the mapping with the specified alternate left value.
Declaration
public bool RemoveLeft(TAlternateLeft leftValue)
Parameters
| Type |
Name |
Description |
| TAlternateLeft |
leftValue |
|
Returns
RemoveLeft(TAlternateLeft, out TLeft, out TRight)
Removes the mapping with the specified alternate left value.
Declaration
public bool RemoveLeft(TAlternateLeft leftKey, out TLeft actualLeftKey, out TRight rightValue)
Parameters
| Type |
Name |
Description |
| TAlternateLeft |
leftKey |
|
| TLeft |
actualLeftKey |
|
| TRight |
rightValue |
|
Returns