InplaceStringBuilder 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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(Int32) |
古い.
古い.
InplaceStringBuilder クラスの新しいインスタンスを初期化します。 |
プロパティ
Capacity |
古い.
古い.
現在 InplaceStringBuilder のオブジェクトに含めることができる文字数を取得します。 |
メソッド
Append(Char) |
古い.
古い.
現在 InplaceStringBuilder のインスタンスの末尾に文字を追加します。 |
Append(String) |
古い.
古い.
現在 InplaceStringBuilder のインスタンスの末尾に文字列を追加します。 |
Append(String, Int32, Int32) |
古い.
古い.
現在 InplaceStringBuilder のインスタンスの末尾に部分文字列を追加します。 |
Append(StringSegment) |
古い.
古い.
現在 InplaceStringBuilder のインスタンスの末尾に文字列セグメントを追加します。 |
ToString() |
古い.
古い.
このインスタンスの値を文字列に変換します。 |
適用対象
.NET