Click or drag to resize

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
Syntax
C#
public void RemoveImportType(
	string typeName,
	string assemblyName
)

Parameters

typeName
Type: SystemString
the type
assemblyName
Type: SystemString
the optional assembly name
See Also