Click or drag to resize
ConsoleWriteLine Method (Char)
Writes the specified array of Unicode characters, followed by the current line terminator, to the standard output stream.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static void WriteLine(
	char[] buffer
)

Parameters

buffer
Type: SystemChar
A Unicode character array.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurred.
See Also