 | ConfigurationCommonRemoveImportType Method (String, String) |
Remove a type import.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void RemoveImportType(
string typeName,
string assemblyName
)
Parameters
- typeName
- Type: SystemString
the type - assemblyName
- Type: SystemString
the optional assembly name
See Also