'Declaration Public Sub InsertRange( _ ByVal index As Integer, _ ByVal items() As DoubleCollection _ )
'Usage Dim instance As DoubleCollectionCollection Dim index As Integer Dim items() As DoubleCollection instance.InsertRange(index, items)
public void InsertRange( int index, DoubleCollection[] items )
Parameters
- index
- Index at which items should be inserted.
- items
- Array of items.