Summary
Determines whether the specified key contains key.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Service
Provider Dictionary
Syntax
public bool ContainsKey(object key)
Parameters
Name | Type | Description |
---|---|---|
key | object | The key. |
Return Value
Type | Description |
---|---|
bool | true if the specified key contains key; otherwise, false . |