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