Bridge

Console..::..WriteLine Method (Object)

Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream.

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

Syntax


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

Parameters

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