ImmutableList<T>.Add(T) Método

Definición

Agrega el objeto especificado al final de la lista inmutable.

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

Parámetros

value
T

Objeto que se va a agregar.

Devoluciones

ImmutableList<T>

Una nueva lista inmutable con el objeto agregado.

Se aplica a