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(
	int i
)
Visual Basic (Declaration)
Public Sub New ( _
	i As Integer _
)
Visual C++
public:
SimpleNode(
	int i
)

Parameters

i
Type: System..::.Int32

See Also