Overload List
| Name | Description | |
|---|---|---|
| WriteLine()()()() |
Writes a line break to the stream.
| |
| WriteLine(Boolean) |
Writes a bool with a line break to the stream.
| |
| WriteLine(Char) |
Writes a char with a line break to the stream.
| |
| WriteLine(array<Char>[]()[][]) |
Writes a char array with a line break to the stream.
| |
| WriteLine(Decimal) |
Writes a decimal with a line break to the stream.
| |
| WriteLine(Double) |
Writes a double with a line break to the stream.
| |
| WriteLine(Int32) |
Writes an integer with a line break to the stream.
| |
| WriteLine(Int64) |
Writes a long with a line break to the stream.
| |
| WriteLine(Object) |
Writes an object with a line break to the stream.
| |
| WriteLine(Single) |
Writes a float with a line break to the stream.
| |
| WriteLine(String) |
Writes a string with a line break to the stream.
| |
| WriteLine(UInt32) |
Writes an unsigned integer with a line break to the stream.
| |
| WriteLine(UInt64) |
Writes an unsigned long with a line break to the stream.
| |
| WriteLine(String, Object) |
Writes a string with a line break to the stream.
| |
| WriteLine(String, array<Object>[]()[][]) |
Writes a string with a line break to the stream.
| |
| WriteLine(array<Char>[]()[][], Int32, Int32) |
Writes a char array with a line break to the stream.
| |
| WriteLine(String, Object, Object) |
Writes a string with a line break to the stream.
| |
| WriteLine(String, Object, Object, Object) |
Writes a string with a line break to the stream.
|