 | ConfigurationCommonAddImportType Method (Type) |
Adds a Type to the list of automatically-imported classes.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddImportType(
Type autoImport
)
Parameters
- autoImport
- Type: SystemType
is a class to import
See Also