コード例 #1
0
ファイル: Operation.cs プロジェクト: tonychue/public
 public Operand Compute()
 {
     return(new Operand(Op.Compute(LOperand, ROperand)));
 }