SyntaxExtensions.DeclarationInfo Method

Definition

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

Parameters

symbolTable
NamespaceManager
currentNS
String
source
String
qsSym
QsSymbol
markdown
Boolean

Returns

String
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to