PegBaseParserOptRepeat Method |
Matches zero or more repetitions.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool OptRepeat(
PegBaseParserMatcher toRepeat
)
Parameters
- toRepeat PegBaseParserMatcher
- The matcher to repeat.
Return Value
BooleanAlways
true.
See Also