DelegatingTextWriter.NewLine Property
Definition
- Namespace
- DotMake.CommandLine.Util
- Assembly
- DotMake.CommandLine.dll
Gets or sets the line terminator string used by the current TextWriter.
public override string NewLine { get; set; }
Property Value
- string
The line terminator string for the current
TextWriter.