Click or drag to resize

PegBaseParserOptRepeat Method

Matches zero or more repetitions.

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

Parameters

toRepeat  PegBaseParserMatcher
The matcher to repeat.

Return Value

Boolean
Always true.
See Also