FormattingOptions.NewLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)