Click or drag to resize

ContainerImpl Constructor

Initializes a new instance of the ContainerImpl class.

Namespace:  com.espertech.esper.container
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContainerImpl(
	IWindsorContainer container
)

Parameters

container
Type: IWindsorContainer
The container.
See Also