System.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle Property

Gets or sets the style to use for bracing.

Syntax

public string BracingStyle { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The default value of this property is Block, which indicates that code should be generated so that braces start on the same line as the statement or declaration that they are associated with. A property value of C indicates that braces start on the line following the statement or declaration that they are associated with.

Requirements

Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0