Click or drag to resize

ConfigurationCommonAddAnnotationImportType Method (Type)

Add a type to the imports available for 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 AddAnnotationImportType(
	Type autoImportType
)

Parameters

autoImportType
Type: SystemType
type to add
See Also