NamespaceManager.ResolveType 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[] { 3, 1 })]
public Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]> ResolveType (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName parent, System.Collections.Immutable.ImmutableArray<string> tpNames, string source, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType qsType);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 3, 1 })>]
member this.ResolveType : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * System.Collections.Immutable.ImmutableArray<string> * string -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]
Public Function ResolveType (parent As QsQualifiedName, tpNames As ImmutableArray(Of String), source As String, qsType As QsType) As Tuple(Of ResolvedType, QsCompilerDiagnostic())
Parameters
- parent
- QsQualifiedName
- tpNames
- ImmutableArray<String>
- source
- String
- qsType
- QsType
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute