Click or drag to resize

PegNode(PegNode, Int32, PegBegEnd) Constructor

Initializes a new instance of the PegNode class

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PegNode(
	PegNode parent,
	int id,
	PegBegEnd match
)

Parameters

parent  PegNode

[Missing <param name="parent"/> documentation for "M:Altaxo.Main.PegParser.PegNode.#ctor(Altaxo.Main.PegParser.PegNode,System.Int32,Altaxo.Main.PegParser.PegBegEnd)"]

id  Int32

[Missing <param name="id"/> documentation for "M:Altaxo.Main.PegParser.PegNode.#ctor(Altaxo.Main.PegParser.PegNode,System.Int32,Altaxo.Main.PegParser.PegBegEnd)"]

match  PegBegEnd

[Missing <param name="match"/> documentation for "M:Altaxo.Main.PegParser.PegNode.#ctor(Altaxo.Main.PegParser.PegNode,System.Int32,Altaxo.Main.PegParser.PegBegEnd)"]

See Also