ActivityCollection::IList::Add Method (Object^)

 

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

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
virtual int Add(
	Object^ value
) sealed = IList::Add

Parameters

value
Type: System::Object^

The Object to add to the IList.

Return Value

Type: System::Int32

Returns Int32.

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

.NET Framework
Available since 3.0
Return to top
Show: