- Namespace
- Statiq
.Common - Containing Type
- Settings
- Implements
-
- ISettings.TryGetValue
(string, object) - IReadOnlyDictionary
<string, object> .TryGetValue (string, object) - IDictionary
<string, object> .TryGetValue (string, object)
- ISettings.TryGetValue
Syntax
public bool TryGetValue(string key, out object value)
Parameters
Name | Type | Description |
---|---|---|
key | string | |
value | object |
Return Value
Type | Description |
---|---|
bool |