Example #1
0
 public UnderscoreOuter()
 {
     this.PlainInner = new Plain(42);
 }
Example #2
0
 public PlainOuter()
 {
     this.InnerPlain = new Plain(42);
 }