IndentedTextWriter::WriteLine Method

 

Writes the specified string, followed by a line terminator, to the text stream.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodWriteLine()

Writes a line terminator.(Overrides TextWriter::WriteLine().)

System_CAPS_pubmethodWriteLine(Boolean)

Writes the text representation of a Boolean, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(Boolean).)

System_CAPS_pubmethodWriteLine(Char)

Writes a character, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(Char).)

System_CAPS_pubmethodWriteLine(array<Char>^)

Writes a character array, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(array<Char>^).)

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

Writes a subarray of characters, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodWriteLine(Decimal)

Writes the text representation of a decimal value followed by a line terminator to the text string or stream.(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Double)

Writes the text representation of a Double, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(Double).)

System_CAPS_pubmethodWriteLine(Int32)

Writes the text representation of an integer, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(Int32).)

System_CAPS_pubmethodWriteLine(Int64)

Writes the text representation of an 8-byte integer, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(Int64).)

System_CAPS_pubmethodWriteLine(Object^)

Writes the text representation of an object, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(Object^).)

System_CAPS_pubmethodWriteLine(Single)

Writes the text representation of a Single, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(Single).)

System_CAPS_pubmethodWriteLine(String^)

Writes the specified string, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(String^).)

System_CAPS_pubmethodWriteLine(String^, Object^)

Writes out a formatted string, followed by a line terminator, using the same semantics as specified.(Overrides TextWriter::WriteLine(String^, Object^).)

System_CAPS_pubmethodWriteLine(String^, Object^, Object^)

Writes out a formatted string, followed by a line terminator, using the same semantics as specified.(Overrides TextWriter::WriteLine(String^, Object^, Object^).)

System_CAPS_pubmethodWriteLine(String^, Object^, Object^, Object^)

Writes out a formatted string and a new line, using the same semantics as Format.(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(String^, array<Object^>^)

Writes out a formatted string, followed by a line terminator, using the same semantics as specified.(Overrides TextWriter::WriteLine(String^, array<Object^>^).)

System_CAPS_pubmethodWriteLine(UInt32)

Writes the text representation of a UInt32, followed by a line terminator, to the text stream.(Overrides TextWriter::WriteLine(UInt32).)

System_CAPS_pubmethodWriteLine(UInt64)

Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text string or stream.(Inherited from TextWriter.)

Return to top
Show: