Append a set of registers to this register, in the same order as
the array.
| C# | Visual Basic | Visual C++ |
IQuantumRegister InsertQubitsAtEnd( IQuantumRegister[] RegistersToAppend )
Function InsertQubitsAtEnd ( _ RegistersToAppend As IQuantumRegister() _ ) As IQuantumRegister
IQuantumRegister^ InsertQubitsAtEnd( array<IQuantumRegister^>^ RegistersToAppend )
- RegistersToAppend (array< IQuantumRegister >[]()[])
- Registers to append. Passing null is valid and has no effect on the register.
A reference to the combined register.