RenameReferences.OnCallableDeclarationHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renames references in the callable declaration header, including the name of the callable itself.
public Microsoft.Quantum.QsCompiler.CallableDeclarationHeader OnCallableDeclarationHeader (Microsoft.Quantum.QsCompiler.CallableDeclarationHeader callable);
member this.OnCallableDeclarationHeader : Microsoft.Quantum.QsCompiler.CallableDeclarationHeader -> Microsoft.Quantum.QsCompiler.CallableDeclarationHeader
Public Function OnCallableDeclarationHeader (callable As CallableDeclarationHeader) As CallableDeclarationHeader
Parameters
- callable
- CallableDeclarationHeader
The callable declaration header in which to rename references.
Returns
The callable declaration header with renamed references.