Bridge

Console..::..WriteLine Method (Int64)

Writes the text representation of the specified 64-bit signed integer value, followed by the current line terminator, to the standard output stream.

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

Syntax


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

Parameters

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