ConcreteCallGraphNode.ParamResolutions 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.
The concrete type mappings for the type parameters for the callable.
public System.Collections.Immutable.ImmutableDictionary<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> ParamResolutions { get; }
member this.ParamResolutions : System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public ReadOnly Property ParamResolutions As ImmutableDictionary(Of Tuple(Of QsQualifiedName, String), ResolvedType)