Mono Class Library: System.Console Overview | Members

System.Console.Write Method

Writes a character to the Console.OutSystem.IO.TextWriter .

public static void Write (char value)

Parameters

value
The Unicode character to write to the text stream.

Exceptions

TypeReason
System.IO.IOExceptionAn I/O error occurred.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0