Exemplo n.º 1
0
 private static void DoSomethingWithACar(Car car)
 {
     if (car.Make == car.Model);
 }
Exemplo n.º 2
0
 private static void DoNothingWithACar(Car car)
 {
     // do absolutely nothing with the car
 }