public ConstructorPropertyB(ConstructorPropertyA a)
 {
     A = a;
 }
Example #2
0
 public ConstructorPropertyB(ConstructorPropertyA a)
 {
     A = a;
 }