次の方法で共有


IndentedStringBuilder.AppendLine メソッド

定義

オーバーロード

AppendLine(String)

現在のインデント、指定された文字列、および新しい行をビルド中の文字列に追加します。

AppendLine(FormattableString)

現在のインデント、指定された文字列、および新しい行をビルド中の文字列に追加します。

AppendLine()

ビルド中の文字列に新しい行を追加します。

AppendLine(String)

ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs

現在のインデント、指定された文字列、および新しい行をビルド中の文字列に追加します。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder AppendLine (string value);
abstract member AppendLine : string -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.AppendLine : string -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function AppendLine (value As String) As IndentedStringBuilder

パラメーター

value
String

追加する文字列。

戻り値

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

注釈

指定された文字列自体に新しい行が含まれている場合、その新しい行の後の文字列の部分はインデントされません。

適用対象

AppendLine(FormattableString)

ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs

現在のインデント、指定された文字列、および新しい行をビルド中の文字列に追加します。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder AppendLine (FormattableString value);
abstract member AppendLine : FormattableString -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.AppendLine : FormattableString -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function AppendLine (value As FormattableString) As IndentedStringBuilder

パラメーター

value
FormattableString

追加する文字列。

戻り値

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

適用対象

AppendLine()

ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs
ソース:
IndentedStringBuilder.cs

ビルド中の文字列に新しい行を追加します。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder AppendLine ();
abstract member AppendLine : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.AppendLine : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function AppendLine () As IndentedStringBuilder

戻り値

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

適用対象