Parsing.ProcessFragments(String) 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.
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>