 | ConfigurationCommonAddAnnotationImportNamespace Method (String, String) |
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
Syntaxpublic void AddAnnotationImportNamespace(
string namespace,
string assemblyName
)
Parameters
- namespace
- Type: SystemString
namespace to import. - assemblyName
- Type: SystemString
the optional assembly name
See Also