Click or drag to resize

ModuleOrder Constructor

Initializes a new instance of the ModuleOrder class

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ModuleOrder(
	IList ordered
)

Parameters

ordered
Type: System.Collections.GenericIListT

[Missing <param name="ordered"/> documentation for "M:com.espertech.esper.common.client.module.ModuleOrder.#ctor(System.Collections.Generic.IList`1)"]

See Also