Bridge

Console..::..WriteLine Method (Char)

Writes the specified Unicode character, followed by the current line terminator, value to the standard output stream.

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

Syntax


[TemplateAttribute]
public static void WriteLine(
	char value
)
<TemplateAttribute> _
Public Shared Sub WriteLine ( _
	value As Char _
)
[TemplateAttribute]
public:
static void WriteLine(
	wchar_t^ value
)

Parameters

value
Type: System..::..Char
The value to write.