Exemple #1
0
 void PutStuffInBag(IPackable a)
 {
     a.PutInBag();
 }
Exemple #2
0
 void PutStuffInBag(IPackable x)
 {
     x.PutInBag();
 }
Exemple #3
0
 void DoStuff2(IPackable a)
 {
     string yyy = a.PutInBag(123);
 }