バージョン

InsertRange メソッド

指定されたインデックスでコレクションにコレクションの要素を挿入します。
シンタックス
'宣言
 
Public Overrides Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of OutlookBarGroup) _
) 
public override void InsertRange( 
   int index,
   IEnumerable<OutlookBarGroup> collection
)

パラメータ

index
新しい要素を挿入する 0 から始まるインデックス。
collection
要素を List に挿入する必要があるコレクション。
参照