EyeshotDisposableCollection<T>.InsertRange (Int32, IEnumerable<T>) Method

Inserts the items of a collection into this collection at the specified index.
Public Overrides Sub InsertRange( _ 
ByVal index As Integer, _ 
ByVal collection As IEnumerable(Of T) _ 
)
This language is not supported or no code example is available.
public override void InsertRange( 
int index
IEnumerable<T> collection 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index at which the new items should be inserted

collection
IEnumerable<T>

The collection to insert

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition