CodeObjectToString Method |
Render the type of the code object and its description as a string.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override string ToString()
Return Value
Type:
StringRemarks
Only a description is rendered, without any Body - otherwise debugging sessions would be too slow
as entire code object trees are rendered.
See Also