'Declaration
Public Sub InsertRange( _ ByVal index As Integer, _ ByVal collection As IEnumerable(Of Object) _ )
public void InsertRange( int index, IEnumerable<object> collection )
Parameters
- index
- Index of the item.
- collection
- The specified collection of items.