ActivityCollection.IList.Insert(Int32, Object) Method

Definition

Inserts an Object into the IList at the zero-based index specified.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

Parameters

index
Int32

The zero-based position of the insertion.

value
Object

The object to insert. It must be of type Activity.

Implements

Applies to