Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

AdaptiveStringBuilder - класс Члены  Смотри также  Terrasoft.Common - пространство имен : AdaptiveStringBuilder - класс C#

Glossary Item Box

Provides mutable string of characters with optimized string building mechanism. This class cannot be inherited.

Синтаксис

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 предоставляет следующие члены.

Конструкторы

 ИмяОписание
Public AdaptiveStringBuilder Initializes a new instance of the AdaptiveStringBuilder class.  

Cвойства

 ИмяОписание
Public - свойствоChunksGets array of string sections.  
Public - свойствоStringBuilderInstance of the StringBuilder class that grants result modified string.  

Методы

 ИмяОписание
Public - методAppendПерегружен.   
Public - методDisposeUpdates statistics of instance usage and releases the resources.  
Public - методInsertAtBeginInserts a copy of specified string into the beginning of this instance.  
Public - методToString  

Иерархия наследования

System.Object
   Terrasoft.Common.AdaptiveStringBuilder

Смотри также

© Terrasoft 2002-2017.