CompilationLoader.CompilationOutput Property

Definition

Contains the built compilation including the syntax tree after executing all configured rewrite steps.

public Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation? CompilationOutput { get; }
member this.CompilationOutput : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
Public ReadOnly Property CompilationOutput As QsCompilation

Property Value

QsCompilation

Applies to