ActivityCollection.IList.Add(Object) Method

Definition

Adds an object to the IList at the end of the IList.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parameters

value
Object

The Object to add to the IList.

Returns

The zero-based index of the Object that was just added.

Implements

Applies to