ImmutableList.CreateBuilder<T> メソッド

定義

新しい変更できないリスト ビルダーを作成します。

public:
generic <typename T>
 static System::Collections::Immutable::ImmutableList<T>::Builder ^ CreateBuilder();
public static System.Collections.Immutable.ImmutableList<T>.Builder CreateBuilder<T> ();
static member CreateBuilder : unit -> System.Collections.Immutable.ImmutableList<'T>.Builder
Public Function CreateBuilder(Of T) () As ImmutableList(Of T).Builder

型パラメーター

T

コレクションによって格納される項目の型。

戻り値

変更できないコレクション ビルダー。

適用対象