Exemplo n.º 1
0
 public ValueStack(IExceptionHandler handler, IExpressionContext expressionContext)
 {
     Values            = new CustomDictionary();
     _exceptionHandler = handler;
     _evaluator        = expressionContext.CreateEvaluator(this);
     Persistables      = new Dictionary <string, IPersistable>();
 }
Exemplo n.º 2
0
 public ValueStack(IExceptionHandler handler, IExpressionContext expressionContext)
 {
     Values = new CustomDictionary();
     _exceptionHandler = handler;
     _evaluator = expressionContext.CreateEvaluator(this);
     Persistables = new Dictionary<string, IPersistable>();
 }