CodeWriter.BraceOnSameLine property
namespace: Serenity.Reflection assembly: Serenity.Net.Core
Whether to put opening brace on the same line.
public bool BraceOnSameLine { get; set; }
Property Value
true if brace on same line; otherwise, false.
See Also
- class CodeWriter