SymbolTracker.GetUnderlyingType 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 Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType GetUnderlyingType (Microsoft.FSharp.Core.FSharpFunc<Tuple<Microsoft.Quantum.QsCompiler.Diagnostics.ErrorCode,Microsoft.FSharp.Collections.FSharpList<string>>,Microsoft.FSharp.Core.Unit> addError, Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType udt);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
member this.GetUnderlyingType : (Microsoft.Quantum.QsCompiler.Diagnostics.ErrorCode * List<string> -> unit) -> Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public Function GetUnderlyingType (addError As FSharpFunc(Of Tuple(Of ErrorCode, FSharpList(Of String)), Unit), udt As UserDefinedType) As ResolvedType
Parameters
- udt
- UserDefinedType
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute