IndentedTextWriter.WriteLine メソッド (Char )
文字配列をテキスト ストリームに書き込み、続けて行終端記号を書き込みます。
Overrides Overloads Public Sub WriteLine( _
ByVal buffer() As Char _)
[C#]
public override void WriteLine(char[] buffer);
[C++]
public: void WriteLine(__wchar_tbuffer __gc[]);
[JScript]
public override function WriteLine(
buffer : Char[]);
パラメータ
- buffer
書き込む文字配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IndentedTextWriter クラス | IndentedTextWriter メンバ | System.CodeDom.Compiler 名前空間 | IndentedTextWriter.WriteLine オーバーロードの一覧