Click or drag to resize

ModuleItem Constructor (String)

Initializes a new instance of the ModuleItem class.

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ModuleItem(
	string expression
)

Parameters

expression
Type: SystemString
The expression.
See Also