Click or drag to resize

TreePrint Constructor

Initializes a new instance of the TreePrint class

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TreePrint(
	TextWriter treeOut,
	string src,
	int nMaxLineLen,
	TreePrintGetNodeName GetNodeName,
	bool bVerbose
)

Parameters

treeOut  TextWriter

[Missing <param name="treeOut"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.#ctor(System.IO.TextWriter,System.String,System.Int32,Altaxo.Main.PegParser.TreePrint.GetNodeName,System.Boolean)"]

src  String

[Missing <param name="src"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.#ctor(System.IO.TextWriter,System.String,System.Int32,Altaxo.Main.PegParser.TreePrint.GetNodeName,System.Boolean)"]

nMaxLineLen  Int32

[Missing <param name="nMaxLineLen"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.#ctor(System.IO.TextWriter,System.String,System.Int32,Altaxo.Main.PegParser.TreePrint.GetNodeName,System.Boolean)"]

GetNodeName  TreePrintGetNodeName

[Missing <param name="GetNodeName"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.#ctor(System.IO.TextWriter,System.String,System.Int32,Altaxo.Main.PegParser.TreePrint.GetNodeName,System.Boolean)"]

bVerbose  Boolean

[Missing <param name="bVerbose"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.#ctor(System.IO.TextWriter,System.String,System.Int32,Altaxo.Main.PegParser.TreePrint.GetNodeName,System.Boolean)"]

See Also