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