ImmutableArray<T>.Builder.InsertRange Método

Definição

Sobrecargas

InsertRange(Int32, IEnumerable<T>)

Insere os valores especificados no índice especificado.

InsertRange(Int32, ImmutableArray<T>)

Insere os valores especificados no índice especificado.

InsertRange(Int32, IEnumerable<T>)

Origem:
ImmutableArray_1.Builder.cs
Origem:
ImmutableArray_1.Builder.cs
Origem:
ImmutableArray_1.Builder.cs

Insere os valores especificados no índice especificado.

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))

Parâmetros

index
Int32

O índice no qual inserir o valor.

items
IEnumerable<T>

Os elementos a serem inseridos.

Aplica-se a

InsertRange(Int32, ImmutableArray<T>)

Origem:
ImmutableArray_1.Builder.cs
Origem:
ImmutableArray_1.Builder.cs
Origem:
ImmutableArray_1.Builder.cs

Insere os valores especificados no índice especificado.

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))

Parâmetros

index
Int32

O índice no qual inserir o valor.

items
ImmutableArray<T>

Os elementos a serem inseridos.

Aplica-se a