Inserts an item to the System.Collections.IList at the specified index.
シンタックス
'宣言
Public Overloads Sub Insert( _
ByVal As System.Integer, _
ByVal As System.Object _
)
public void Insert(
System.int ,
System.object
)
パラメータ
- index
- The zero-based index at which value should be inserted.
- value
- The object to insert into the System.Collections.IList.
参照