'宣言 Public Overridable Sub InsertRange( _ ByVal index As Integer, _ ByVal c As ICollection _ )
public virtual void InsertRange( int index, ICollection c )
パラメータ
- index
 - Index where the elements will be inserted.
 - c
 - System.Collections.ICollection whose elements will be inserted.