Click or drag to resize

NamespaceTypeDictionaryRemove Method (String, Object)

Remove the type or namespace object with the specified name from the dictionary.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void Remove(
	string name,
	Object obj
)

Parameters

name
Type: SystemString
The name of the object.
obj
Type: SystemObject
The TypeDecl, TypeDefinition/Type, or Namespace object.
See Also