SyntaxBuilder.getSubstring<a> 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 FParsec.Reply<string> getSubstring<a> (FParsec.CharStreamState<a> start, FParsec.CharStream<a> stream);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.TextProcessing.SyntaxBuilder.getSubstring : FParsec.CharStreamState<'a> -> FParsec.CharStream<'a> -> FParsec.Reply<string>
Public Shared Function getSubstring(Of a) (start As CharStreamState(Of a), stream As CharStream(Of a)) As Reply(Of String)
Type Parameters
- a
Parameters
- start
- FParsec.CharStreamState<a>
- stream
- FParsec.CharStream<a>
Returns
- FParsec.Reply<String>
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute