Summary
Determines whether the
MercurialCommandHookDictionary contains an element with the specified key.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Dictionary
Syntax
public bool ContainsKey(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string |
The key to locate in the MercurialCommandHookDictionary.
|
Return Value
| Type | Description |
|---|---|
| bool |
true if the MercurialCommandHookDictionary contains an element with the key; otherwise, false.
|