NamedObjectDictionaryRemove Method |
Remove the object with the specified name from the dictionary.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void Remove(
string name,
Object namedCodeObject
)
Parameters
- name
- Type: SystemString
The name of the object. - namedCodeObject
- Type: SystemObject
The named code object.
See Also