/// <summary> /// Creates a new instance /// </summary> public AuthoredEntryReferencedElementsCollection(AuthoredEntry parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public AuthoredEntryChildrenCollection(AuthoredEntry parent) { this._parent = parent; }