PropertyGetter.

TryGetExpression(object, string, Expression) Method

Summary

Tries the get expression.

Syntax

public bool TryGetExpression(object instance, string path, out Expression expression)

Parameters

Name Type Description
instance object The instance.
path string The path.
expression Expression The expression.

Return Value

Type Description
bool