/// <summary> /// Creates a new instance /// </summary> public JoinReferencedElementsCollection(Join parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public JoinChildrenCollection(Join parent) { this._parent = parent; }