[]
Evaluates the specified expression using the provided context.
public static object Evaluate(ExpressionInfo expr, IExpressionContext context)
Type | Name | Description |
---|---|---|
ExpressionInfo | expr | The expression to evaluate. |
IExpressionContext | context | The context in which to evaluate the expression. |
Type | Description |
---|---|
object | The result of the evaluation. |