Writes a character to Console.Outthat is set to the system's standard output stream by default.
This method is empty, but descendant classes can override the method to provide the appropriate functionality.
[Visual Basic] Overloads Public Shared Sub Write( _ ByVal value As Char _ ) [C#] public static void Write( char value ); [C++] public: static void Write( __wchar_t value ); [JScript] public static function Write( value : Char );
Exception Type | Condition |
---|---|
IOException | An I/O error occured. |
Console Class | Console Members | System Namespace | Console.Write Overload List