コード例 #1
0
 public void AddBird(Bird bird)
 {
     Birds.Add(bird);
 }