Example #1
0
 public Birds(BirdsType type)
 {
     this.type = type;
     Name      = type.ToString();
 }