Click or drag to resize

ProjectRemoveCodeUnit Method

Remove the specified CodeUnit from the Project, also removing the corresponding ProjectFileItem.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void RemoveCodeUnit(
	CodeUnit codeUnit
)

Parameters

codeUnit
Type: Nova.CodeDOMCodeUnit
The CodeUnit to be removed.
See Also