/// <summary>
 /// Creates a new instance
 /// </summary>
 public OperationCallExpReferencedElementsCollection(OperationCallExp parent)
 {
     this._parent = parent;
 }
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public OperationCallExpChildrenCollection(OperationCallExp parent)
 {
     this._parent = parent;
 }