[]
Initializes a new instance of the VariableExpression class.
public VariableExpression(IExpressionEngine engine, IDictionary<string, object> valiables, string name)
| Type | Name | Description |
|---|---|---|
| IExpressionEngine | engine | the engine that initializes this expression. |
| IDictionary<string, object> | valiables | the disctionare of variables. |
| string | name | the name of variable. |