RenameReferences.OnTypeDeclarationHeader(TypeDeclarationHeader) 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 type declaration header, including the name of the type itself.
public Microsoft.Quantum.QsCompiler.TypeDeclarationHeader OnTypeDeclarationHeader (Microsoft.Quantum.QsCompiler.TypeDeclarationHeader type);
member this.OnTypeDeclarationHeader : Microsoft.Quantum.QsCompiler.TypeDeclarationHeader -> Microsoft.Quantum.QsCompiler.TypeDeclarationHeader
Public Function OnTypeDeclarationHeader (type As TypeDeclarationHeader) As TypeDeclarationHeader
Parameters
The type declaration header in which to rename references.
Returns
The type declaration header with renamed references.