FormattingOptions.NewLine Property

Definition

Microsoft.CodeAnalysis.Formatting.FormattingOptions2.NewLine
public:
 static property Microsoft::CodeAnalysis::Options::PerLanguageOption<System::String ^> ^ NewLine { Microsoft::CodeAnalysis::Options::PerLanguageOption<System::String ^> ^ get(); };
public static Microsoft.CodeAnalysis.Options.PerLanguageOption<string> NewLine { get; }
static member NewLine : Microsoft.CodeAnalysis.Options.PerLanguageOption<string>
Public Shared ReadOnly Property NewLine As PerLanguageOption(Of String)

Property Value

Applies to