SyntaxTreeExtensions.GlobalTypeResolutions Method

Definition

public static System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType> GlobalTypeResolutions (this System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> syntaxTree);
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.GlobalTypeResolutions : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> -> System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName, Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType>
<Extension()>
Public Function GlobalTypeResolutions (syntaxTree As IEnumerable(Of QsNamespace)) As ImmutableDictionary(Of QsQualifiedName, QsCustomType)

Parameters

syntaxTree
IEnumerable<QsNamespace>

Returns

ImmutableDictionary<QsQualifiedName,QsCustomType>

Applies to