示例#1
0
 public Primary()
 {
     _operators[0] = new Operator(Plus);
 }
示例#2
0
 public Factor()
 {
     _operators[0] = new Operator(Plus);
 }