ImmutableList<T>.IImmutableList<T>.InsertRange メソッド

定義

指定した要素を、変更できないリストの指定したインデックス位置に挿入します。

 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

パラメーター

index
Int32

要素を挿入する位置を示すインデックス。

items
IEnumerable<T>

挿入する要素。

戻り値

指定した要素が含まれている新しい変更できないリスト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ImmutableList<T> のインスタンスが IImmutableList<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象