Click or drag to resize

CodeObjectAsTextInfixComments Method

Render all Infix comments with the specified mask.

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

Parameters

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