SyntaxExtensions.TypeInfo 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, 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
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute