コード例 #1
0
 public void RemoveCar(Car car)
 {
     _carList.Remove(car);
 }
コード例 #2
0
 public void AddCar(Car car)
 {
     _carList.Add(car);
 }