Click or drag to resize

PegByteParserInto(PegBaseParserMatcher, PegBegEnd) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,Altaxo.Main.PegParser.PegBegEnd@)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Into(
	PegBaseParserMatcher toMatch,
	out PegBegEnd begEnd
)

Parameters

toMatch  PegBaseParserMatcher

[Missing <param name="toMatch"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,Altaxo.Main.PegParser.PegBegEnd@)"]

begEnd  PegBegEnd

[Missing <param name="begEnd"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,Altaxo.Main.PegParser.PegBegEnd@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,Altaxo.Main.PegParser.PegBegEnd@)"]

See Also