示例#1
0
 static Cat()
 {
     AnimalType.Register(typeof(Cat), Type);
 }
示例#2
0
 static Dog()
 {
     AnimalType.Register(typeof(Dog), Type);
 }