SyntaxTreeToQsharp.NamespaceTransformation.OnSpecializationDeclaration 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.
System.Object.OnSpecializationDeclaration(Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization)
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization OnSpecializationDeclaration (Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization spec);
override this.OnSpecializationDeclaration : Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization
Public Overrides Function OnSpecializationDeclaration (spec As QsSpecialization) As QsSpecialization
Parameters
- spec
- QsSpecialization