Ejemplo n.º 1
0
 protected abstract void WriteContent(PathString dstPath, T content);
Ejemplo n.º 2
0
 protected abstract T ReadContent(PathString srcPath);
Ejemplo n.º 3
0
 public bool ContainsReference(PathString rpath)
 {
     return(GetLogicalChildren <PluginReference>().Any(item => item.AssemblyPath == rpath));
 }