Click or drag to resize

PegCharParserSetSource Method

Sets the current source text.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetSource(
	string src
)

Parameters

src  String
The source text.
See Also