Click or drag to resize

PrintNodePrintNodeEnd Method

Prints the end of a non-leaf node.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract void PrintNodeEnd(
	PegNode p,
	bool bAlignVertical,
	ref int nOffsetLineBeg,
	int nLevel
)

Parameters

p  PegNode
The node to print.
bAlignVertical  Boolean
Whether child nodes are aligned vertically.
nOffsetLineBeg  Int32
The current line offset.
nLevel  Int32
The current tree level.
See Also