List<(Of <(<'T>)>)>..::..InsertRange Method
Namespace:
System.Collections.Generic
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
public void InsertRange( int index, IEnumerable<T> items )
Public Sub InsertRange ( _ index As Integer, _ items As IEnumerable(Of T) _ )
public: void InsertRange( int^ index, IEnumerable<T>^ items )
Parameters
- index
- Type: System..::..Int32
- items
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>