Click or drag to resize
ConsoleWriteLine Method (Int32)
Writes the text representation of the specified 32-bit signed integer value, 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(
	int value
)

Parameters

value
Type: SystemInt32
The value to write.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurred.
See Also