CodeWriter.BraceOnSameLine property
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
Whether to put opening brace on the same line.
public bool BraceOnSameLine { get; set; }
true if brace on same line; otherwise, false.