ImmutableArray<T>.IImmutableList<T>.Add(T) Método

Definición

Devuelve una copia de la matriz original con el elemento especificado que se agrega al final.

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.Add(T value) = System::Collections::Immutable::IImmutableList<T>::Add;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.Add (T value);
abstract member System.Collections.Immutable.IImmutableList<T>.Add : 'T -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.Add : 'T -> System.Collections.Immutable.IImmutableList<'T>
Function Add (value As T) As IImmutableList(Of T) Implements IImmutableList(Of T).Add

Parámetros

value
T

Valor que se va a agregar al final de la matriz.

Devoluciones

Nueva matriz con el elemento especificado agregado al final.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ImmutableArray<T> se convierte en una interfaz IImmutableList<T>.

Se aplica a