CodeWriterBeginIndentOnNewLineRelativeToParentOffset Method |
Begin a section during which any newline should be indented relative to the parent object offset.
Namespace:
Nova.Rendering
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void BeginIndentOnNewLineRelativeToParentOffset(
CodeObject codeObject,
bool additionalIndent
)
Parameters
- codeObject
- Type: Nova.CodeDOMCodeObject
- additionalIndent
- Type: SystemBoolean
See Also