Click or drag to resize

ModuleUsesContext Constructor

Initializes a new instance of the ModuleUsesContext class

Namespace:  com.espertech.esper.compiler.client.option
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public ModuleUsesContext(
	string moduleName,
	ICollection moduleUsesProvided
)

Parameters

moduleName
Type: SystemString

[Missing <param name="moduleName"/> documentation for "M:com.espertech.esper.compiler.client.option.ModuleUsesContext.#ctor(System.String,System.Collections.Generic.ICollection`1)"]

moduleUsesProvided
Type: System.Collections.GenericICollectionT

[Missing <param name="moduleUsesProvided"/> documentation for "M:com.espertech.esper.compiler.client.option.ModuleUsesContext.#ctor(System.String,System.Collections.Generic.ICollection`1)"]

See Also