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