ImmutableList.CreateBuilder<T> Método

Definição

Cria um novo construtor de lista imutável.Creates a new immutable list builder.

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

Parâmetros de tipo

T

O tipo de itens armazenados pela coleção.The type of items stored by the collection.

Retornos

ImmutableList<T>.Builder

O construtor de coleção imutável.The immutable collection builder.

Aplica-se a