Click or drag to resize

NamedCodeObjectDictionaryRemove Method (String, INamedCodeObject)

Remove the INamedCodeObject with the specified name from the dictionary.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool Remove(
	string name,
	INamedCodeObject namedCodeObject
)

Parameters

name
Type: SystemString
The name of the object.
namedCodeObject
Type: Nova.CodeDOMINamedCodeObject
The named code object.

Return Value

Type: Boolean
True if the object was found and removed.
See Also