'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As ArticleBead _ )
public void Insert( System.int index, ArticleBead item )
パラメータ
- index
- 項目を挿入する0から始まるインデックス。
- item
- 挿入するオブジェクト。
'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As ArticleBead _ )
public void Insert( System.int index, ArticleBead item )