Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TextWriter::WriteLineAsync Method

.NET Framework (current version)
 

Writes data followed by a line terminator asynchronously to the text string or stream.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodWriteLineAsync()

Writes a line terminator asynchronously to the text string or stream.

System_CAPS_pubmethodWriteLineAsync(Char)

Writes a character followed by a line terminator asynchronously to the text string or stream.

System_CAPS_pubmethodWriteLineAsync(array<Char>^)

Writes an array of characters followed by a line terminator asynchronously to the text string or stream.

System_CAPS_pubmethodWriteLineAsync(array<Char>^, Int32, Int32)

Writes a subarray of characters followed by a line terminator asynchronously to the text string or stream.

System_CAPS_pubmethodWriteLineAsync(String^)

Writes a string followed by a line terminator asynchronously to the text string or stream.

Return to top
Show:
© 2017 Microsoft