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