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