Initializes a new instance of the SimpleNode class

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

Syntax

C#
public SimpleNode(
	IParser p,
	int i
)
Visual Basic (Declaration)
Public Sub New ( _
	p As IParser, _
	i As Integer _
)
Visual C++
public:
SimpleNode(
	IParser^ p, 
	int i
)

See Also