Exemplo n.º 1
0
 protected override object OnCalc(IList <object> operands)
 {
     return(ScriptProcessor.GetFileList());
 }
Exemplo n.º 2
0
 protected override CalculatorValue OnCalc(IList <CalculatorValue> operands)
 {
     return(CalculatorValue.FromObject(ScriptProcessor.GetFileList()));
 }