Ejemplo n.º 1
0
 //methods
 public Planet SetChild(StarSystem child)
 {
     this.Child = child;
     return this;
 }
Ejemplo n.º 2
0
 //methods
 public Planet SetChild(StarSystem child)
 {
     this.Child = child;
     return(this);
 }