SyntaxExtensions.TypeInfo Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2, 1, 1 })]
public static string TypeInfo (this Microsoft.Quantum.QsCompiler.SymbolManagement.NamespaceManager symbolTable, string currentNS, string source, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType qsType, bool markdown);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2, 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.SyntaxExtensions.TypeInfo : Microsoft.Quantum.QsCompiler.SymbolManagement.NamespaceManager -> string * string -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType -> bool -> string
<Extension()>
Public Function TypeInfo (symbolTable As NamespaceManager, currentNS As String, source As String, qsType As QsType, markdown As Boolean) As String

Parameters

symbolTable
NamespaceManager
currentNS
String
source
String
qsType
QsType
markdown
Boolean

Returns

String
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to