'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As IndexEntry _ )
'使用法 Dim instance As IndexEntryCollection Dim index As System.Integer Dim item As IndexEntry instance.Insert(index, item)
public void Insert( System.int index, IndexEntry item )
パラメータ
- index
 - コレクションに挿入された項目の位置。
 - item
 - 挿入する項目。