Console.WriteLine メソッド (Char )

指定した Unicode 文字配列を標準出力ストリームに書き込み、続けて現在の行終端記号を書き込みます。

Overloads Public Shared Sub WriteLine( _
   ByVal buffer() As Char _)
[C#]
public static void WriteLine(char[] buffer);
[C++]
public: static void WriteLine(__wchar_tbuffer __gc[]);
[JScript]
public static function WriteLine(
   buffer : Char[]);

パラメータ

  • buffer
    Unicode 文字配列。

例外

例外の種類 条件
IOException I/O エラーが発生しました。

解説

行終端記号の詳細については、パラメータを受け取らない WriteLine メソッドの解説を参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

Console クラス | Console メンバ | System 名前空間 | Console.WriteLine オーバーロードの一覧 | Read | ReadLine | Write