ActivityCollection::ICollection<Activity^>::Add Method (Activity^)

 

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 void Add(
	Activity^ item
) sealed = ICollection<Activity^>::Add

Parameters

item
Type: System.Workflow.ComponentModel::Activity^

The Object to add to the IList.

Raises an exception with the error message "Error_InvalidListItem" if the Object is not of type Activity.

.NET Framework
Available since 3.0
Return to top
Show: