/// <summary> /// Creates a new instance /// </summary> public AllocationReferencedElementsCollection(Allocation parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public AllocationChildrenCollection(Allocation parent) { this._parent = parent; }