Click or drag to resize

PegNode(PegNode, Int32, PegBegEnd, PegNode, PegNode) 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,
	PegNode child,
	PegNode next
)

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,Altaxo.Main.PegParser.PegNode,Altaxo.Main.PegParser.PegNode)"]

id  Int32

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

match  PegBegEnd

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

child  PegNode

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

next  PegNode

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

See Also