ImmutableArray<T>.Builder.InsertRange Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
InsertRange(Int32, IEnumerable<T>) |
Inserts the specified values at the specified index. |
InsertRange(Int32, ImmutableArray<T>) |
Inserts the specified values at the specified index. |
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
Inserts the specified values at the specified index.
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))
Parameters
- index
- Int32
The index at which to insert the value.
- items
- IEnumerable<T>
The elements to insert.
Applies to
.NET 10 и други версии
Продукт | Версии |
---|---|
.NET | 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
Inserts the specified values at the specified index.
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))
Parameters
- index
- Int32
The index at which to insert the value.
- items
- ImmutableArray<T>
The elements to insert.
Applies to
.NET 10 и други версии
Продукт | Версии |
---|---|
.NET | 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: