Click or drag to resize

CodeObjectAsTextAnnotations Method (CodeWriter, CodeObjectRenderFlags)

Render all regular (non-EOL, non-Infix, non-Postfix, non-Message) annotations (comments, attributes, compiler directives).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AsTextAnnotations(
	CodeWriter writer,
	CodeObjectRenderFlags flags
)

Parameters

writer
Type: Nova.RenderingCodeWriter
flags
Type: Nova.CodeDOMCodeObjectRenderFlags
See Also