NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextWriter.WriteLine ()

Writes a line terminator to the text stream.

[Visual Basic]
Overloads Overridable Public Sub WriteLine()
[C#]
public virtual void WriteLine();
[C++]
public: virtual void WriteLine();
[JScript]
public function WriteLine();

Return Value

The default line terminator is a carriage return followed by a line feed ("\r\n"), but this value can be changed using the NewLine property.

Exceptions

Exception Type Condition
IOException An I/O error occurs.

See Also

TextWriter Class | TextWriter Members | System.IO Namespace | TextWriter.WriteLine Overload List