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

Returns the static method.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property StaticMethod As MethodInfo
C#
public virtual MethodInfo StaticMethod { get; }
Visual C++
public:
virtual property MethodInfo^ StaticMethod {
	MethodInfo^ get ();
}

Return Value

the static method that this node invokes