[]
Determines whether the collection contains an element with the specified key.
public bool ContainsKey(Keys key)
Public Function ContainsKey(key As Keys) As Boolean
Type | Name | Description |
---|---|---|
Keys | key | The Keys to locate in the collection. |
Type | Description |
---|---|
bool | true if the collection contains an element with the |