コード例 #1
0
ファイル: View.Document.cs プロジェクト: vpenades/UberFactory
 protected abstract void WriteContent(PathString dstPath, T content);
コード例 #2
0
ファイル: View.Document.cs プロジェクト: vpenades/UberFactory
 protected abstract T ReadContent(PathString srcPath);
コード例 #3
0
 public bool ContainsReference(PathString rpath)
 {
     return(GetLogicalChildren <PluginReference>().Any(item => item.AssemblyPath == rpath));
 }