IndentedStringBuilder.AppendLine Metoda

Definicja

Przeciążenia

AppendLine(String)

Dołącza bieżące wcięcie, dany ciąg i nowy wiersz do tworzonego ciągu.

AppendLine(FormattableString)

Dołącza bieżące wcięcie, dany ciąg i nowy wiersz do tworzonego ciągu.

AppendLine()

Dołącza nowy wiersz do tworzonego ciągu.

AppendLine(String)

Dołącza bieżące wcięcie, dany ciąg i nowy wiersz do tworzonego ciągu.

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

Parametry

value
String

Ciąg do dołączenia.

Zwraca

Ten konstruktor umożliwia łączenie dodatkowych wywołań.

Uwagi

Jeśli dany ciąg zawiera nowy wiersz, część ciągu po tym nowym wierszu nie zostanie wcięcie.

Dotyczy

AppendLine(FormattableString)

Dołącza bieżące wcięcie, dany ciąg i nowy wiersz do tworzonego ciągu.

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

Parametry

value
FormattableString

Ciąg do dołączenia.

Zwraca

Ten konstruktor umożliwia łączenie dodatkowych wywołań.

Dotyczy

AppendLine()

Dołącza nowy wiersz do tworzonego ciągu.

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

Zwraca

Ten konstruktor umożliwia łączenie dodatkowych wywołań.

Dotyczy