ImmutableArray<T>.IImmutableList<T>.InsertRange Metoda

Definice

Vloží zadané hodnoty do zadaného indexu.

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

Parametry

index
Int32

Index, do kterého chcete vložit hodnotu.

items
IEnumerable<T>

Prvky, které chcete vložit.

Návraty

Nové pole s vloženými zadanými hodnotami.

Implementuje

Poznámky

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

Platí pro