[]
Creates an expression evaluator with the given evaluation context.
public static Func<ExpressionInfo, object> MakeEvalFunc(IExpressionContext context)
| Type | Name | Description |
|---|---|---|
| IExpressionContext | context | Specifies the custom evaluation context. |
| Type | Description |
|---|---|
| Func<ExpressionInfo, object> | A function that evaluates expressions using the given context. |