[]
Returns a value that indicates whether the collection contains an item with the given key value.
public abstract bool ContainsKey(TKey key)
Type | Name | Description |
---|---|---|
TKey | key | The key value to search for. |
Type | Description |
---|---|
bool | true if the collection contains an element with the specified key value; otherwise, false. |