共用方式為


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 為 ,則最後一行之後不會加入終止的新行。

傳回

此建置器可鏈結其他呼叫。

適用於