コレクションの要素をリストの指定されたインデックスに挿入します。
シンタックス
'宣言
Public Overrides Sub InsertRange( _
ByVal As System.Integer, _
ByVal As System.Collections.ICollection _
)
public override void InsertRange(
System.int ,
System.Collections.ICollection
)
パラメータ
- index
- 要素が挿入されるインデックス。
- c
- 挿入される要素がある System.Collections.ICollection。
参照