Ejemplo n.º 1
0
 protected override Node CloneCore()
 {
     return(new Operation(Operator, First.Clone(), Second.Clone()));
 }