Namespace: System.IOAssembly: mscorlib (in mscorlib.dll)
public override void WriteLine ( string value )
This version of WriteLine is equivalent to Write.
The line terminator string is defined by the NewLine property.
This method does not search the specified String for individual newline characters (hexadecimal 0x000a) and replace them with NewLine.
Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.