次の方法で共有


IndentedStringBuilder.AppendLines(String, Boolean) メソッド

定義

指定した文字列を行に区切り、現在のインデントの前に各行を追加し、その後に新しい行を作成する文字列を追加します。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder AppendLines (string value, bool skipFinalNewline = false);
abstract member AppendLines : string * bool -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.AppendLines : string * bool -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function AppendLines (value As String, Optional skipFinalNewline As Boolean = false) As IndentedStringBuilder

パラメーター

value
String

追加する文字列。

skipFinalNewline
Boolean

の場合 true、終端の改行は最後の行の後に追加されません。

戻り値

このビルダーを使用すると、追加の呼び出しをチェーンできます。

適用対象