PegNode(PegNode, Int32) Constructor |
Initializes a new instance of the
PegNode class
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PegNode(
PegNode parent,
int id
)
Parameters
- parent PegNode
[Missing <param name="parent"/> documentation for "M:Altaxo.Main.PegParser.PegNode.#ctor(Altaxo.Main.PegParser.PegNode,System.Int32)"]
- id Int32
[Missing <param name="id"/> documentation for "M:Altaxo.Main.PegParser.PegNode.#ctor(Altaxo.Main.PegParser.PegNode,System.Int32)"]
See Also