Click or drag to resize

CodeWriterEndIndentation Method

End a section during which any newline should be indented an extra level.

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

Parameters

codeObject
Type: Nova.CodeDOMCodeObject
See Also