SyntaxBuilder.getCharStreamState<a>(CharStream<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.
public static FParsec.Reply<FParsec.CharStreamState<a>> getCharStreamState<a> (FParsec.CharStream<a> stream);
Microsoft.Quantum.QsCompiler.TextProcessing.SyntaxBuilder.getCharStreamState : FParsec.CharStream<'a> -> FParsec.Reply<FParsec.CharStreamState<'a>>
Public Shared Function getCharStreamState(Of a) (stream As CharStream(Of a)) As Reply(Of CharStreamState(Of a))
Type Parameters
- a
Parameters
- stream
- FParsec.CharStream<a>
Returns
- FParsec.Reply<FParsec.CharStreamState<a>>