ImmutableList<T>.Add(T) Yöntem

Tanım

Belirtilen nesneyi sabit listenin sonuna ekler.

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)

Parametreler

value
T

Eklenecek nesne.

Döndürülenler

Nesnenin eklendiği yeni bir sabit liste.

Şunlara uygulanır