Click or drag to resize

INamespaceRemove Method (TypeDecl)

Remove a TypeDecl from the Namespace.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
void Remove(
	TypeDecl typeDecl
)

Parameters

typeDecl
Type: Nova.CodeDOMTypeDecl
See Also