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

Public Sub InsertRange( _ 
ByVal index As Integer, _ 
ByVal collection As IEnumerable(Of T), _ 
ByVal ro As RegenOptions
)
This language is not supported or no code example is available.
public void InsertRange( 
int index
IEnumerable<T> collection
RegenOptions ro 
)
This language is not supported or no code example is available.

Parameters

index
int

collection
IEnumerable<T>

ro
RegenOptions

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition