コード例 #1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public LoopExpReferencedElementsCollection(LoopExp parent)
 {
     this._parent = parent;
 }
コード例 #2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public LoopExpChildrenCollection(LoopExp parent)
 {
     this._parent = parent;
 }