Click or drag to resize

PegBaseParserSetErrorDestination Method

Sets the destination for parser diagnostics.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetErrorDestination(
	TextWriter errOut
)

Parameters

errOut  TextWriter
The writer used for parser diagnostics.
See Also