'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As MasterDetailRelation _ )
public void Insert( System.int index, MasterDetailRelation value )
パラメータ
- index
- MasterDetailRelationを挿入する位置の0から始まるインデックス。
- value
- 挿入する MasterDetailRelation。