Exemplo n.º 1
0
 public PathParser(string path)
 {
     Validate.IsNotNull(path, "path");
     Path = path;
 }