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()
古い.
古い.

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

適用対象