IndentedTextWriterNewLine - свойство
Gets or sets the line terminator string used by the current TextWriter.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override string NewLine { get; set; }
Public Overrides Property NewLine As String
Get
Set
public:
virtual property String^ NewLine {
String^ get () override;
void set (String^ value) override;
}
abstract NewLine : string with get, set
override NewLine : string with get, set
Возвращаемое значение
StringThe line terminator string for the current
TextWriter.