PegBaseParserMatcher Delegate |
Represents a parser matcher function.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate bool Matcher()
Return Value
Booleantrue if the match succeeds; otherwise,
false.
See Also