ImmutableArray<T>.Builder.InsertRange メソッド

定義

オーバーロード

名前 説明
InsertRange(Int32, IEnumerable<T>)

指定した値を指定したインデックス位置に挿入します。

InsertRange(Int32, ImmutableArray<T>)

指定した値を指定したインデックス位置に挿入します。

InsertRange(Int32, IEnumerable<T>)

ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs

指定した値を指定したインデックス位置に挿入します。

public:
 void InsertRange(int index, System::Collections::Generic::IEnumerable<T> ^ items);
public void InsertRange(int index, System.Collections.Generic.IEnumerable<T> items);
member this.InsertRange : int * seq<'T> -> unit
Public Sub InsertRange (index As Integer, items As IEnumerable(Of T))

パラメーター

index
Int32

値を挿入する位置のインデックス。

items
IEnumerable<T>

挿入する要素。

適用対象

InsertRange(Int32, ImmutableArray<T>)

ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs
ソース:
ImmutableArray_1.Builder.cs

指定した値を指定したインデックス位置に挿入します。

public:
 void InsertRange(int index, System::Collections::Immutable::ImmutableArray<T> items);
public void InsertRange(int index, System.Collections.Immutable.ImmutableArray<T> items);
member this.InsertRange : int * System.Collections.Immutable.ImmutableArray<'T> -> unit
Public Sub InsertRange (index As Integer, items As ImmutableArray(Of T))

パラメーター

index
Int32

値を挿入する位置のインデックス。

items
ImmutableArray<T>

挿入する要素。

適用対象