コード例 #1
0
ファイル: Program.cs プロジェクト: bekkopen/dotnetkurs
 private static Car Wish(Car car)
 {
     car.Model = "Tesla";
     return car;
 }