Click or drag to resize

ConfigurationCommonRemoveImportType Method (Type)

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(
	Type type
)

Parameters

type
Type: SystemType
the type
See Also