/// <summary> /// Creates a new instance /// </summary> public CallActionReferencedElementsCollection(CallAction parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public CallActionChildrenCollection(CallAction parent) { this._parent = parent; }