ImmutableList<T>.Add(T) Metodo

Definizione

Aggiunge l'oggetto specificato alla fine dell'elenco non modificabile.

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)

Parametri

value
T

Oggetto da aggiungere.

Restituisce

Nuovo elenco non modificabile con l'oggetto aggiunto.

Si applica a