[]
Creates expression evaluator with given evaluation context.
public static Func<ExpressionInfo, object> MakeEvalFunc(IExpressionContext context)
| Type | Name | Description |
|---|---|---|
| IExpressionContext | context | Specifies custom evaluation context. |
| Type | Description |
|---|---|
| Func<ExpressionInfo, object> |