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