SyntaxExtensions.PrintSummary(IEnumerable<String>, Boolean) 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 static string PrintSummary (this System.Collections.Generic.IEnumerable<string> doc, bool markdown);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.SyntaxExtensions.PrintSummary : seq<string> -> bool -> string
<Extension()>
Public Function PrintSummary (doc As IEnumerable(Of String), markdown As Boolean) As String
Parameters
- doc
- IEnumerable<String>
- markdown
- Boolean
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute