Пример #1
0
 public int RandomMethod(int a, int b)
 {
     ActiveMethod = MathMethods[R.Next(0, 4)];
     return ActiveMethod(a, b);
 }
Пример #2
0
 public int RandomMethod(int a, int b)
 {
     ActiveMethod = MathMethods[R.Next(0, 4)];
     return(ActiveMethod(a, b));
 }