CodeWriterBeginOutdentOnNewLine Method |
Begin a section during which any newline should be outdented by a certain amount, or to a certain offset.
Namespace:
Nova.Rendering
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void BeginOutdentOnNewLine(
CodeObject codeObject,
int offset
)
Parameters
- codeObject
- Type: Nova.CodeDOMCodeObject
The related code object. - offset
- Type: SystemInt32
The indentation offset (0 to N), or amount to outdent if negative.
See Also