Click or drag to resize

ConfigurationCommonAddAnnotationImportNamespace Method (Type)

Adds a namespace to the list of automatically-imports use by annotations only.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddAnnotationImportNamespace(
	Type typeInNamespace
)

Parameters

typeInNamespace
Type: SystemType
type within the namespace.
See Also