Ejemplo n.º 1
0
 public Dirs co(Dirs arg, Dirs arg1)
 {
     return(new Dirs(arg.Concat(arg1)));
     //throw new NotImplementedException();
 }