ContainsKeyAsync Method
ContainsKeyAsync(TKey)
Returns whether the multi-map contains an entry with the key.
Declaration
Task<bool> ContainsKeyAsync(TKey key)
Parameters
TKey | key | the key whose existence is checked. |
Returns
Task<Boolean> | true if the multi-map contains an entry with the key, false otherwise. |