Click or drag to resize

CodeWriterBeginIndentOnNewLineRelativeToLastIndent Method

Begin a section during which any newline should be indented relative to the last indented offset.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void BeginIndentOnNewLineRelativeToLastIndent(
	CodeObject codeObject,
	CodeObject lastCodeObject
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject
lastCodeObject
Type: Nova.CodeDOMCodeObject
See Also