Summary
Tries the type of the get property.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- PropertyGetter
Syntax
public bool TryGetPropertyType(object instance, string path, out Type type)
Parameters
Name | Type | Description |
---|---|---|
instance | object | The instance. |
path | string | The path. |
type | Type | The type. |
Return Value
Type | Description |
---|---|
bool |