コード例 #1
0
 protected override object OnCalc(IList <object> operands)
 {
     return(ScriptProcessor.GetFileList());
 }
コード例 #2
0
ファイル: Commands.cs プロジェクト: dreamanlan/DotnetPatch
 protected override CalculatorValue OnCalc(IList <CalculatorValue> operands)
 {
     return(CalculatorValue.FromObject(ScriptProcessor.GetFileList()));
 }