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