Click or drag to resize

PegBaseParserForRepeat(Int32, PegBaseParserMatcher) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.ForRepeat(System.Int32,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 ForRepeat(
	int count,
	PegBaseParserMatcher toRepeat
)

Parameters

count  Int32

[Missing <param name="count"/> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.ForRepeat(System.Int32,Altaxo.Main.PegParser.PegBaseParser.Matcher)"]

toRepeat  PegBaseParserMatcher

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

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.ForRepeat(System.Int32,Altaxo.Main.PegParser.PegBaseParser.Matcher)"]

See Also