Click or drag to resize

BlockRemove Method

Remove the specified CodeObject from the Block.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool Remove(
	CodeObject codeObject
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject

Return Value

Type: Boolean
True if the code object was found and removed, otherwise false.

Implements

ICollectionTRemove(T)
See Also