InplaceStringBuilder Structure
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.
Attention
This type is obsolete and will be removed in a future version.
Attention
This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).
Fournit un mécanisme pour la concaténation de chaînes rapide et sans allocation.
public value class InplaceStringBuilder
public struct InplaceStringBuilder
[System.Obsolete("This type is obsolete and will be removed in a future version.")]
public struct InplaceStringBuilder
[System.Obsolete("This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).", true)]
public struct InplaceStringBuilder
type InplaceStringBuilder = struct
[<System.Obsolete("This type is obsolete and will be removed in a future version.")>]
type InplaceStringBuilder = struct
[<System.Obsolete("This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).", true)>]
type InplaceStringBuilder = struct
Public Structure InplaceStringBuilder
- Héritage
- Attributs
Constructeurs
InplaceStringBuilder(Int32) |
Obsolète.
Obsolète.
Initialise une nouvelle instance de la classe InplaceStringBuilder. |
Propriétés
Capacity |
Obsolète.
Obsolète.
Obtient le nombre de caractères que l’objet actuel InplaceStringBuilder peut contenir. |
Méthodes
Append(Char) |
Obsolète.
Obsolète.
Ajoute un caractère à la fin de la instance actuelle InplaceStringBuilder . |
Append(String) |
Obsolète.
Obsolète.
Ajoute une chaîne à la fin de la instance actuelle InplaceStringBuilder . |
Append(String, Int32, Int32) |
Obsolète.
Obsolète.
Ajoute une sous-chaîne à la fin de la instance actuelle InplaceStringBuilder . |
Append(StringSegment) |
Obsolète.
Obsolète.
Ajoute un segment de chaîne à la fin de la instance actuelle InplaceStringBuilder . |
ToString() |
Obsolète.
Obsolète.
Convertit la valeur de cette instance en chaîne. |