Method IReadOnlyDictionary<TLeft, TRight>.TryGetValue
IReadOnlyDictionary<TLeft, TRight>.TryGetValue(TLeft, out TRight)
Gets the right value associated with the specified left value.
Declaration
bool IReadOnlyDictionary<TLeft, TRight>.TryGetValue(TLeft key, out TRight value)
Parameters
Type | Name | Description |
---|---|---|
TLeft | key | |
TRight | value |
Returns
Type | Description |
---|---|
bool | true if the map contains the specified left value, otherwise false. |