Click or drag to resize

PegBaseParserTreeNT(PegBaseParserMatcher) Method

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

Parameters

toMatch  PegBaseParserMatcher

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

Return Value

Boolean

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

See Also