Ejemplo n.º 1
0
 private PathSegment Append(PathSegment pathSegment)
 {
     return(new PathSegment($@"{_path}{pathSegment.Path}"));
 }