IndentedTextWriterWriteLine - метод

Список перегрузок

WriteLine 
WriteLine(Boolean) 
WriteLine(Char) 
WriteLine(Char) 
WriteLine(Decimal)Writes the text representation of a decimal value to the text stream, followed by a line terminator.
WriteLine(Double) 
WriteLine(Int32) 
WriteLine(Int64) 
WriteLine(Object) 
WriteLine(ReadOnlySpanChar)Writes the text representation of a character span to the text stream, followed by a line terminator.
WriteLine(Single) 
WriteLine(String) 
WriteLine(UInt32) 
WriteLine(UInt64)Writes the text representation of an 8-byte unsigned integer to the text stream, followed by a line terminator.
WriteLine(String, Object) 
WriteLine(String, Object) 
WriteLine(Char, Int32, Int32) 
WriteLine(String, Object, Object) 
WriteLine(String, Object, Object, Object)Writes out a formatted string and a new line to the text stream, using the same semantics as Format(String, Object).

См. также