Summary
Tries the getter.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- PropertyGetter
Syntax
public bool TryGetter(Type type, string path, out Func<object, object> getter)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type. |
path | string | The path. |
getter | Func |
The getter. |
Return Value
Type | Description |
---|---|
bool |