CompilationLoader.CompilationOutput Property
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.
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