CompilationLoader.GeneratedSyntaxTree Property

Definition

Contains the full Q# syntax tree after executing all configured rewrite steps, including the content of loaded references.

public System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace>? GeneratedSyntaxTree { get; }
member this.GeneratedSyntaxTree : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace>
Public ReadOnly Property GeneratedSyntaxTree As IEnumerable(Of QsNamespace)

Property Value

IEnumerable<QsNamespace>

Applies to