Пример #1
0
 public IndirectMutableSample(int number, string text, NonReadOnlyMutableSample foo)
 {
     this.number = number;
     this.text   = text;
     this.foo    = foo;
 }
 public IndirectMutableSample(int number, string text, NonReadOnlyMutableSample foo)
 {
     this.number = number;
     this.text = text;
     this.foo = foo;
 }