Click or drag to resize

ConfigurationCommonAddImportNamespace Method (String, String)

Adds a namespace to the list of automatically-imported classes and packages.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddImportNamespace(
	string autoImportNamespace,
	string assemblyName
)

Parameters

autoImportNamespace
Type: SystemString
is a namespace
assemblyName
Type: SystemString
the optional assembly name
See Also