Click or drag to resize

PegByteParserConstruct(Byte, TextWriter) Method

Reinitializes the parser with the specified source and error writer.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Construct(
	byte[] src,
	TextWriter Fout
)

Parameters

src  Byte
The source data.
Fout  TextWriter
The writer used for parser diagnostics.
See Also