CompilationUnitManager.Compilation.Callables 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 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)