/// <summary> /// Creates a new instance /// </summary> public BlockAReferencedElementsCollection(BlockA parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public BlockAChildrenCollection(BlockA parent) { this._parent = parent; }