Click or drag to resize

PegCharParserInto(PegBaseParserMatcher, PegBegEnd) Method

Captures the source range matched by the specified matcher.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Into(
	PegBaseParserMatcher toMatch,
	out PegBegEnd begEnd
)

Parameters

toMatch  PegBaseParserMatcher
The matcher to execute.
begEnd  PegBegEnd
Receives the matched range.

Return Value

Boolean
true if the match succeeds; otherwise, false.
See Also