'Declaration
Public Overridable Sub InsertRange( _ ByVal index As Integer, _ ByVal c As ICollection _ )
public virtual void InsertRange( int index, ICollection c )
Parameters
- index
- Index where the elements will be inserted.
- c
- System.Collections.ICollection whose elements will be inserted.