Exemplo n.º 1
0
 public Import(Url path, IImporter importer)
     : this(path.GetUrl(), importer)
 {
     OriginalPath = path;
 }
 public Import Import(Url path, Value features, ImportOptions option, NodeLocation location)
 {
   return new Import(path, features, option) { Location = location };
 }
Exemplo n.º 3
0
 public Import(Url path, IImporter importer, Value features)
     : this(path.GetUnadjustedUrl(), importer, features)
 {
     OriginalPath = path;
 }