TypeResolutionCombination.CombinedResolutionDictionary Property

Definition

The resulting resolution dictionary from combining all the input resolutions in IndependentResolutionDictionaries. Represents a combination of all the type parameters found and their ultimate type resolutions.

public System.Collections.Immutable.ImmutableDictionary<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> CombinedResolutionDictionary { get; }
member this.CombinedResolutionDictionary : System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public ReadOnly Property CombinedResolutionDictionary As ImmutableDictionary(Of Tuple(Of QsQualifiedName, String), ResolvedType)

Property Value

ImmutableDictionary<Tuple<QsQualifiedName,String>,ResolvedType>

Applies to