Method IDictionary<TLeft, TRight>.ContainsKey
IDictionary<TLeft, TRight>.ContainsKey(TLeft)
Determines whether this map contains the specified left value.
Declaration
bool IDictionary<TLeft, TRight>.ContainsKey(TLeft key)
Parameters
Type | Name | Description |
---|---|---|
TLeft | key |
Returns
Type | Description |
---|---|
bool | true if this map contains the specified left value, otherwise false. |