Click or drag to resize

BinaryOperator.AsTextLeftMostAnnotations Method

Render all regular annotations on the current object, or the left most binary operator.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override void AsTextLeftMostAnnotations(
	CodeWriter writer,
	CodeObject.RenderFlags flags
)

Parameters

writer
Type: Nova.Rendering.CodeWriter
flags
Type: Nova.CodeDOM.CodeObject.RenderFlags
See Also