ImmutableList<T>.IImmutableList<T>.Insert(Int32, T) Metoda

Definice

Vloží zadaný prvek do zadaného indexu v seznamu neměnných hodnot.

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.Insert(int index, T item) = System::Collections::Immutable::IImmutableList<T>::Insert;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.Insert (int index, T item);
abstract member System.Collections.Immutable.IImmutableList<T>.Insert : int * 'T -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.Insert : int * 'T -> System.Collections.Immutable.IImmutableList<'T>
Function Insert (index As Integer, item As T) As IImmutableList(Of T) Implements IImmutableList(Of T).Insert

Parametry

index
Int32

Index, do kterého se má vložit hodnota.

item
T

Prvek, který chcete vložit.

Návraty

Nový neměnný seznam, který obsahuje zadaný prvek.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ImmutableList<T> případě, že je instance přetypovaná na IImmutableList<T> rozhraní.

Platí pro