IndentedStringBuilder.AppendLine 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AppendLine(String) |
将当前缩进、给定字符串和新行追加到正在生成的字符串。 |
AppendLine(FormattableString) |
将当前缩进、给定字符串和新行追加到正在生成的字符串。 |
AppendLine() |
将新行追加到要生成的字符串。 |
AppendLine(String)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- 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)
- Source:
- IndentedStringBuilder.cs
- Source:
- 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()
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- 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
返回
此生成器,以便可以链接其他调用。