Share via


ImmutableList.CreateBuilder<T> Yöntem

Tanım

Yeni bir sabit liste oluşturucusu oluşturur.

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ür Parametreleri

T

Koleksiyon tarafından depolanan öğelerin türü.

Döndürülenler

Sabit koleksiyon oluşturucusu.

Şunlara uygulanır