Summary
Tries the get.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- PropertyGetter
Syntax
public bool TryGet(object instance, string path, out object value)
Parameters
| Name | Type | Description |
|---|---|---|
| instance | object | The instance. |
| path | string | The path. |
| value | object | The value. |
Return Value
| Type | Description |
|---|---|
| bool |
