Example #1
0
 public int DoSomething()      // implement IAnimal
 {
     return(_a.DoSomething()); // delegate to _a
 }