Click or drag to resize

ConfigurationCommonAddImportNamespace Method (Type)

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(
	Type typeInNamespace
)

Parameters

typeInNamespace
Type: SystemType
is a fully-qualified type within a namespace
See Also