Click or drag to resize

PegBaseParserNot Method

Performs a negative lookahead match without consuming input.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Not(
	PegBaseParserMatcher toMatch
)

Parameters

toMatch  PegBaseParserMatcher
The matcher to evaluate.

Return Value

Boolean
true if the matcher fails; otherwise, false.
See Also