示例#1
0
 public void AddAnAnimal(string name, int age, string comment)
 {
     zoo.AddToStruct(new Mammal(name, age, comment));
 }