public MainClass(IsA i)
 {
     this.i = i;
 }
Beispiel #2
0
 public HasA(int a, IsA i) : base(i)
 {
     this.a = a;
 }