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