Click or drag to resize

PegBaseParserPlusRepeat Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.PlusRepeat(Altaxo.Main.PegParser.PegBaseParser.Matcher)"]


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

Parameters

toRepeat  PegBaseParserMatcher

[Missing <param name="toRepeat"/> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.PlusRepeat(Altaxo.Main.PegParser.PegBaseParser.Matcher)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.PlusRepeat(Altaxo.Main.PegParser.PegBaseParser.Matcher)"]

See Also