AnonymousMethodBaseAdd Method (CodeObject, String) |
Add a code object to the block statement, and also assign the specified comment to the object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void Add(
CodeObject obj,
string comment
)
Parameters
- obj
- Type: Nova.CodeDOMCodeObject
The object to be added. - comment
- Type: SystemString
The comment text.
See Also