Click or drag to resize

PegBaseParserTreeCharsWithId(Int32, PegBaseParserMatcher) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegBaseParser.TreeCharsWithId(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 TreeCharsWithId(
	int nId,
	PegBaseParserMatcher toMatch
)

Parameters

nId  Int32

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

toMatch  PegBaseParserMatcher

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

Return Value

Boolean

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

See Also