CompilationUnitManager.Compilation.Types Property

Definition

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

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

Property Value

ImmutableDictionary<QsQualifiedName,QsCustomType>

Applies to