The method called to append data for the rule.

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

Syntax

C#
void Append(
	INode node,
	PrintVisitor pv
)
Visual Basic (Declaration)
Sub Append ( _
	node As INode, _
	pv As PrintVisitor _
)
Visual C++
void Append(
	INode^ node, 
	PrintVisitor^ pv
)

See Also