 | 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
Syntaxpublic void AddImportNamespace(
Type typeInNamespace
)
Parameters
- typeInNamespace
- Type: SystemType
is a fully-qualified type within a namespace
See Also