SyntaxExtensions.DeclarationInfo 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, 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
- locals
- LocalDeclarations
- currentNS
- String
- source
- String
- qsSym
- QsSymbol
- markdown
- Boolean
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute