TypedExpression.TypeParameterResolutions Property

Definition

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

Property Value

ImmutableDictionary<Tuple<QsQualifiedName,String>,ResolvedType>

Applies to