Parsing.ProcessFragments(String) Method

Definition

public static Microsoft.FSharp.Collections.FSharpList<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragment> ProcessFragments (string text);
Microsoft.Quantum.QsCompiler.TextProcessing.Parsing.ProcessFragments : string -> List<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragment>
Public Shared Function ProcessFragments (text As String) As FSharpList(Of QsFragment)

Parameters

text
String

Returns

Microsoft.FSharp.Collections.FSharpList<QsFragment>

Applies to