Click or drag to resize

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
C#
public override string ToString()

Return Value

Type: String
Remarks
Only a description is rendered, without any Body - otherwise debugging sessions would be too slow as entire code object trees are rendered.
See Also