ResolvedType.ResolveTypeParameters Method
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.
[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
- resolutions
- ImmutableDictionary<Tuple<QsQualifiedName,String>,ResolvedType>
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute