Summary
Tries the get value.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Service
Provider Dictionary
Syntax
public bool TryGetValue(object key, out object value)
Parameters
Name | Type | Description |
---|---|---|
key | object | The key. |
value | object | The value. |
Return Value
Type | Description |
---|---|
bool | true if XXXX, false otherwise. |