Ejemplo n.º 1
0
 public static Expose operator +(Expose left, Expose right)
 {
     return(Expose.Addition(left, right.Value));
 }