InplaceStringBuilder Структура

Определение

Внимание!

This type is obsolete and will be removed in a future version.

Внимание!

This type is retained only for compatibility. The recommended alternative is string.Create<TState> (int length, TState state, System.Buffers.SpanAction<char,TState> action).

Предоставляет механизм быстрого объединения строк без выделения.

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
Наследование
InplaceStringBuilder
Атрибуты

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

InplaceStringBuilder(Int32)
Устаревшие..
Устаревшие..

Инициализирует новый экземпляр класса InplaceStringBuilder.

Свойства

Capacity
Устаревшие..
Устаревшие..

Возвращает количество символов, которое может содержать текущий InplaceStringBuilder объект.

Методы

Append(Char)
Устаревшие..
Устаревшие..

Добавляет символ в конец текущего InplaceStringBuilder экземпляра.

Append(String)
Устаревшие..
Устаревшие..

Добавляет строку в конец текущего InplaceStringBuilder экземпляра.

Append(String, Int32, Int32)
Устаревшие..
Устаревшие..

Добавляет подстроку в конец текущего InplaceStringBuilder экземпляра.

Append(StringSegment)
Устаревшие..
Устаревшие..

Добавляет сегмент строки в конец текущего InplaceStringBuilder экземпляра.

ToString()
Устаревшие..
Устаревшие..

Преобразует значение этого экземпляра в строку.

Применяется к