Click or drag to resize

CodeWriterWritePendingEOLComment Method

Write a pending EOL comment, to be flushed later once it's known if anything follows it on the same line.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void WritePendingEOLComment(
	Comment comment,
	CodeObjectRenderFlags flags
)

Parameters

comment
Type: Nova.CodeDOMComment
flags
Type: Nova.CodeDOMCodeObjectRenderFlags
See Also