Exemplo n.º 1
0
 public bool CanExecuteCode(string text)
 {
     return(_evaluator?.CanExecuteCode(text) ?? false);
 }