Click or drag to resize

ConfigurationCommonRemoveImportNamespace Method

Remove a namespace import.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void RemoveImportNamespace(
	string namespace,
	string assemblyName
)

Parameters

namespace
Type: SystemString
the namespace
assemblyName
Type: SystemString
the optional assembly name
See Also