Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft