Exemplo n.º 1
0
 public DynamicCallDispatcher(EvaluationContext context)
 {
     _context = context;
     _runtime = _context.Runtime;
     OperatorImplementations = _runtime.CreateOperatorImplementationsTable();
 }