Click or drag to resize

PegBaseParserMatcher Delegate

Represents a parser matcher function.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate bool Matcher()

Return Value

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