public ThreeWayConstructorBaz(TwoWayConstructorFoo foo) { }
Ejemplo n.º 2
0
 public ThreeWayConstructorBaz(TwoWayConstructorFoo foo)
 {
 }
 public TwoWayConstructorBar(TwoWayConstructorFoo foo) { }
Ejemplo n.º 4
0
 public TwoWayConstructorBar(TwoWayConstructorFoo foo)
 {
 }