SyntaxTreeTransformation<T>.OnCompilation(QsCompilation) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation OnCompilation (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation compilation);
abstract member OnCompilation : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
override this.OnCompilation : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
Public Overrides Function OnCompilation (compilation As QsCompilation) As QsCompilation

Parameters

compilation
QsCompilation

Returns

QsCompilation

Applies to