Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkWriteLine()()()()
Writes a newline character to the console.
Public methodSupported by the .NET Compact FrameworkWriteLine(Object)
Writes the text represented by the specified object to the console, followed by a newline character.
Public methodSupported by the .NET Compact FrameworkWriteLine(String)
Writes the specified string to the console, followed by a newline character.
Public methodSupported by the .NET Compact FrameworkWriteLine(String, array<Object>[]()[][])
Writes the text represented by the specified array of objects to the console, followed by a newline character.

See Also