ActivityCollection.IList.Insert(Int32, Object) メソッド
定義
virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
Sub Insert (index As Integer, value As Object) Implements IList.Insert
パラメーター
- index
- Int32
挿入位置を表す、0 から始まるインデックス。The zero-based position of the insertion.