PropertyGetter.

TryGetExpression(Type, string, Expression) Method

Summary

Tries the get expression.

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