IndentedTextWriter.WriteLine メソッド (Char , Int32, Int32)
文字の部分配列をテキスト ストリームに書き込み、続けて行終端記号書き込みます。
Overrides Overloads Public Sub WriteLine( _
ByVal buffer() As Char, _ ByVal index As Integer, _ ByVal count As Integer _)
[C#]
public override void WriteLine(char[] buffer,intindex,intcount);
[C++]
public: void WriteLine(__wchar_tbuffer __gc[],intindex,intcount);
[JScript]
public override function WriteLine(
buffer : Char[],index : int,count : int);
パラメータ
- buffer
データの書き込み元の文字配列。 - index
バッファ内の開始インデックス。 - count
書き込む文字の数。
必要条件
プラットフォーム: 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 オーバーロードの一覧