Beispiel #1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public WhenClauseReferencedElementsCollection(WhenClause parent)
 {
     this._parent = parent;
 }
Beispiel #2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public WhenClauseChildrenCollection(WhenClause parent)
 {
     this._parent = parent;
 }