/// <summary> /// Creates a new instance /// </summary> public AddressSwitchReferencedElementsCollection(AddressSwitch parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public AddressSwitchChildrenCollection(AddressSwitch parent) { this._parent = parent; }