Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool Remove(
CodeObject codeObject
)
Parameters
- codeObject
- Type: Nova.CodeDOMCodeObject
Return Value
Type:
BooleanTrue if the code object was found and removed, otherwise false.
Implements
ICollectionTRemove(T)See Also