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