Exemplo n.º 1
0
 public string ToSourceCode()
 {
     return(Lhs.ToSourceCode() + " = " + Rhs.ToSourceCode());
 }