[]
Evaluates expression in a given context.
public static Variant Evaluate(this ExpressionInfo expression, IDynamicObject context)
Type | Name | Description |
---|---|---|
ExpressionInfo | expression | Expression to be evaluated. |
IDynamicObject | context | Object which provides values and function to be used for evaluation. |
Type | Description |
---|---|
Variant | Evaluation result. |