/// <summary> /// Creates a new instance /// </summary> public AbstractInternalControlFlowActionReferencedElementsCollection(AbstractInternalControlFlowAction parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public AbstractInternalControlFlowActionChildrenCollection(AbstractInternalControlFlowAction parent) { this._parent = parent; }