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