AdaptiveStringBuilder - класс Члены Смотри также Terrasoft.Common - пространство имен : AdaptiveStringBuilder - класс C#
Glossary Item Box
public sealed class AdaptiveStringBuilder
This class represents a string-like object whose value is a mutable sequence of characters. The value is mutable because it can be modified after creation by appending, removing, replacing, or inserting characters. The class uses an optimized string building mechanism based on the instance of class usage statistics.
Тип AdaptiveStringBuilder предоставляет следующие члены.
Имя | Описание | |
---|---|---|
AdaptiveStringBuilder | Initializes a new instance of the AdaptiveStringBuilder class. |
Имя | Описание | |
---|---|---|
Chunks | Gets array of string sections. | |
StringBuilder | Instance of the StringBuilder class that grants result modified string. |
Имя | Описание | |
---|---|---|
Append | Перегружен. | |
Dispose | Updates statistics of instance usage and releases the resources. | |
InsertAtBegin | Inserts a copy of specified string into the beginning of this instance. | |
ToString |
System.Object
Terrasoft.Common.AdaptiveStringBuilder