示例#1
0
 private static void printCarDetails(Car car)
 {
     Console.WriteLine("Here are the Car's details: {0}",
         car.FormatMe());
 }