Click or drag to resize

CodeObjectUpdateLineCol Method

Update the line and column numbers according to the current positions in the CodeWriter, if the UpdateLineCol flag is set.

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

Parameters

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