Prints the tree descending from node with lots of brackets or specified stream.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public void Print(
	INode node,
	TextWriter output
)
Visual Basic (Declaration)
Public Sub Print ( _
	node As INode, _
	output As TextWriter _
)
Visual C++
public:
void Print(
	INode^ node, 
	TextWriter^ output
)

See Also