CodeWriter.BraceOnSameLine property

namespace: Serenity.Reflection   assemblySerenity.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