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(Type type, string path, out Type propertyType)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type. |
path | string | The path. |
propertyType | Type | Type of the property. |
Return Value
Type | Description |
---|---|
bool |