Overload List

  NameDescription
Public methodWriteLine()()()()
Writes a line break to the stream.
Public methodWriteLine(Boolean)
Writes a bool with a line break to the stream.
Public methodWriteLine(Char)
Writes a char with a line break to the stream.
Public methodWriteLine(array<Char>[]()[][])
Writes a char array with a line break to the stream.
Public methodWriteLine(Decimal)
Writes a decimal with a line break to the stream.
Public methodWriteLine(Double)
Writes a double with a line break to the stream.
Public methodWriteLine(Int32)
Writes an integer with a line break to the stream.
Public methodWriteLine(Int64)
Writes a long with a line break to the stream.
Public methodWriteLine(Object)
Writes an object with a line break to the stream.
Public methodWriteLine(Single)
Writes a float with a line break to the stream.
Public methodWriteLine(String)
Writes a string with a line break to the stream.
Public methodWriteLine(UInt32)
Writes an unsigned integer with a line break to the stream.
Public methodWriteLine(UInt64)
Writes an unsigned long with a line break to the stream.
Public methodWriteLine(String, Object)
Writes a string with a line break to the stream.
Public methodWriteLine(String, array<Object>[]()[][])
Writes a string with a line break to the stream.
Public methodWriteLine(array<Char>[]()[][], Int32, Int32)
Writes a char array with a line break to the stream.
Public methodWriteLine(String, Object, Object)
Writes a string with a line break to the stream.
Public methodWriteLine(String, Object, Object, Object)
Writes a string with a line break to the stream.

See Also