Click or drag to resize

AliasRemove Method (Type)

Remove a Type from the referenced Namespace.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void Remove(
	Type type
)

Parameters

type
Type: SystemType

Implements

INamespaceRemove(Type)
See Also