CompilationUnitManager.Compilation.Callables Property

Definition

Contains a dictionary that given the fully qualified name of a compiled callable returns its syntax tree.

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

Property Value

ImmutableDictionary<QsQualifiedName,QsCallable>

Applies to