IndentedStringBuilder.AppendLines(String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的字串分成幾行,然後將每個行加上目前縮排的前置詞,後面接著新行,附加至要建置的字串。
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
為 ,則最後一行之後不會加入終止的新行。
傳回
此建置器可鏈結其他呼叫。