ResolvedType.ResolveTypeParameters Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType ResolveTypeParameters (System.Collections.Immutable.ImmutableDictionary<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> resolutions, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType t);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
static member ResolveTypeParameters : System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public Shared Function ResolveTypeParameters (resolutions As ImmutableDictionary(Of Tuple(Of QsQualifiedName, String), ResolvedType), t As ResolvedType) As ResolvedType

Parameters

Returns

ResolvedType
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to