InplaceStringBuilder 構造体

定義

注意事項

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
[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
[<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, Int32, Int32)
古い.

現在の InplaceStringBuilder インスタンスの末尾に部分文字列を追加します。

Append(String)
古い.

現在の InplaceStringBuilder インスタンスの末尾に文字列を追加します。

Append(StringSegment)
古い.

現在の InplaceStringBuilder インスタンスの末尾に文字列セグメントを追加します。

ToString()
古い.

このインスタンスの値を文字列に変換します。

適用対象