Click or drag to resize

CodeWriterNeedsNewLine Property

True if a newline is required before any other text, such as if a compiler directive was just emitted (used to force a newline before a terminating ';' on an expression with a compiler directive at the end).

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool NeedsNewLine { get; set; }

Property Value

Type: Boolean
See Also