CompilationUnitManager.Compilation.SyntaxTree Property

Definition

Contains a dictionary that maps the name of a namespace to the compiled Q# namespace.

public System.Collections.Immutable.ImmutableDictionary<string,Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> SyntaxTree { get; }
member this.SyntaxTree : System.Collections.Immutable.ImmutableDictionary<string, Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace>
Public ReadOnly Property SyntaxTree As ImmutableDictionary(Of String, QsNamespace)

Property Value

ImmutableDictionary<String,QsNamespace>

Applies to