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