Method ContainsLeft
ContainsLeft(TAlternateLeft)
Determines whether the map contains the specified alternate left value.
Declaration
public bool ContainsLeft(TAlternateLeft leftValue)
Parameters
| Type |
Name |
Description |
| TAlternateLeft |
leftValue |
|
Returns
ContainsLeft(TAlternateLeft, out TLeft)
Determines whether the map contains the specified alternate left value.
Declaration
public bool ContainsLeft(TAlternateLeft leftValue, out TLeft actualLeftValue)
Parameters
| Type |
Name |
Description |
| TAlternateLeft |
leftValue |
|
| TLeft |
actualLeftValue |
|
Returns