コード例 #1
0
ファイル: MyGraph.cs プロジェクト: ststeiger/ReportReader
 public EntityOperations And(string b)
 {
     Graph.AddDependency(this.m_currentEntity, b);
     return(this);
 }