[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	typeName As String, _
	methodName As String _
)
C#
public ExprStaticMethodNode (
	string typeName,
	string methodName
)
Visual C++
public:
ExprStaticMethodNode (
	String^ typeName, 
	String^ methodName
)

Parameters

typeName
System.String
the declaring class for the method that this node will invoke
methodName
System.String
the name of the method that this node will invoke