コード例 #1
0
ファイル: Join.cs プロジェクト: georghinkel/ttc2021-ocl2psql
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public JoinReferencedElementsCollection(Join parent)
 {
     this._parent = parent;
 }
コード例 #2
0
ファイル: Join.cs プロジェクト: georghinkel/ttc2021-ocl2psql
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public JoinChildrenCollection(Join parent)
 {
     this._parent = parent;
 }