バージョン

RemoveRange メソッド

コレクションから項目の範囲を削除します。
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void RemoveRange( 
   int index,
   int count
)

パラメータ

index
項目を削除するインデックス。
count
削除するための項目数。
参照