Bridge

Console..::..WriteLine Method (array<Char>[]()[][])

Writes the specified array of Unicode characters, followed by the current line terminator, to the standard output stream.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static void WriteLine(
	Char[] buffer
)
Public Shared Sub WriteLine ( _
	buffer As Char() _
)
public:
static void WriteLine(
	array<Char^>^ buffer
)

Parameters

buffer
Type: array<Char>[]()[][]
An array of Unicode characters.