IndentedStringBuilder.Append Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Append(Char) |
Ajoute le retrait actuel, puis le caractère donné à la chaîne en cours de génération. |
Append(IEnumerable<Char>) |
Ajoute le retrait actuel, puis les caractères donnés à la chaîne en cours de génération. |
Append(IEnumerable<String>) |
Ajoute le retrait actuel, puis les chaînes données à la chaîne en cours de génération. |
Append(FormattableString) |
Ajoute le retrait actuel, puis la chaîne donnée, à la chaîne en cours de génération. |
Append(String) |
Ajoute le retrait actuel, puis la chaîne donnée, à la chaîne en cours de génération. |
Append(Char)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute le retrait actuel, puis le caractère donné à la chaîne en cours de génération.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder Append (char value);
abstract member Append : char -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.Append : char -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function Append (value As Char) As IndentedStringBuilder
Paramètres
- value
- Char
Char à ajouter.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.
S’applique à
Append(IEnumerable<Char>)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute le retrait actuel, puis les caractères donnés à la chaîne en cours de génération.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder Append (System.Collections.Generic.IEnumerable<char> value);
abstract member Append : seq<char> -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.Append : seq<char> -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function Append (value As IEnumerable(Of Char)) As IndentedStringBuilder
Paramètres
- value
- IEnumerable<Char>
Caractères à ajouter.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.
S’applique à
Append(IEnumerable<String>)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute le retrait actuel, puis les chaînes données à la chaîne en cours de génération.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder Append (System.Collections.Generic.IEnumerable<string> value);
abstract member Append : seq<string> -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.Append : seq<string> -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function Append (value As IEnumerable(Of String)) As IndentedStringBuilder
Paramètres
- value
- IEnumerable<String>
Chaînes à ajouter.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.
S’applique à
Append(FormattableString)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute le retrait actuel, puis la chaîne donnée, à la chaîne en cours de génération.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder Append (FormattableString value);
abstract member Append : FormattableString -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.Append : FormattableString -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function Append (value As FormattableString) As IndentedStringBuilder
Paramètres
- value
- FormattableString
Chaîne à ajouter.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.
S’applique à
Append(String)
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
- Source:
- IndentedStringBuilder.cs
Ajoute le retrait actuel, puis la chaîne donnée, à la chaîne en cours de génération.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder Append (string value);
abstract member Append : string -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.Append : string -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function Append (value As String) As IndentedStringBuilder
Paramètres
- value
- String
Chaîne à ajouter.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.