Summary
Gets the value associated with the specified key.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Dictionary
Syntax
public bool TryGetValue(string key, out object value)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key whose value to get. |
value | object | When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized. |
Return Value
Type | Description |
---|---|
bool |
true if this MercurialCommandHookDictionary contains an element with the specified key; otherwise, false.
|