ImmutableList<T>.ToBuilder メソッド

定義

このリストと同じ内容を持ち、標準の変更可能なインターフェイスを使用して複数の操作で効率的に変更できるリストを作成します。

public:
 System::Collections::Immutable::ImmutableList<T>::Builder ^ ToBuilder();
public System.Collections.Immutable.ImmutableList<T>.Builder ToBuilder();
member this.ToBuilder : unit -> System.Collections.Immutable.ImmutableList<'T>.Builder
Public Function ToBuilder () As ImmutableList(Of T).Builder

返品

このリストと同じ内容の作成済みリスト。

注釈

これは O(1) 操作であり、単一の (小さな) メモリ割り当てになります。 返される変更可能なリストはスレッド セーフではありません。

適用対象