示例#1
0
 public static int Subtraction(this MathOperation obj, int firstnumber, int secondnumber)
 {
     return(firstnumber - secondnumber);
 }