Click or drag to resize

PegBaseParserOption Method

Optionally matches the specified expression.

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

Parameters

toMatch  PegBaseParserMatcher
The matcher to evaluate.

Return Value

Boolean
Always true.
See Also