Beispiel #1
0
 //Methods
 public override string Infix()
 {
     return($"({LeftNode.Infix()} {Notation} {RightNode.Infix()})");
 }