예제 #1
0
 public static Expose operator -(Expose left, Expose right)
 {
     return(Expose.Subtraction(left, right.Value));
 }