CSharpFormattingOptions.NewLinesForBracesInLambdaExpressionBody Property

Definition

Microsoft.CodeAnalysis.CSharp.Formatting.CSharpFormattingOptions2.NewLinesForBracesInLambdaExpressionBody
public:
 static property Microsoft::CodeAnalysis::Options::Option<bool> ^ NewLinesForBracesInLambdaExpressionBody { Microsoft::CodeAnalysis::Options::Option<bool> ^ get(); };
public static Microsoft.CodeAnalysis.Options.Option<bool> NewLinesForBracesInLambdaExpressionBody { get; }
static member NewLinesForBracesInLambdaExpressionBody : Microsoft.CodeAnalysis.Options.Option<bool>
Public Shared ReadOnly Property NewLinesForBracesInLambdaExpressionBody As Option(Of Boolean)

Property Value

Applies to