Summary
            Gets the property delegate.
            
		- Assembly
- Rocket.Surgery .Reflection .Extensions .dll 
- Namespace
- Rocket.Surgery .Reflection 
- Containing Type
- PropertyGetter
Syntax
public PropertyDelegate GetPropertyDelegate(object instance, string path)Parameters
| Name | Type | Description | 
|---|---|---|
| instance | object | The instance. | 
| path | string | The path. | 
Return Value
| Type | Description | 
|---|---|
| PropertyDelegate | 
