/// <summary> /// Creates a new instance /// </summary> public ComposedStructureReferencedElementsCollection(ComposedStructure parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public ComposedStructureChildrenCollection(ComposedStructure parent) { this._parent = parent; }