Click or drag to resize

CodeObjectAsString Method

Render the entire code object as a string, using LFs for newlines.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string AsString()

Return Value

Type: String
Remarks
We don't do this in ToString(), because we don't want the debugger evaluating entire code object trees when displaying the values of variables.
See Also