Edit

Share via


ActivityCollection.Add(Activity) Method

Definition

Adds the Activity to the ICollection.

public:
 void Add(System::Workflow::ComponentModel::Activity ^ item);
public void Add(System.Workflow.ComponentModel.Activity item);
override this.Add : System.Workflow.ComponentModel.Activity -> unit
Public Sub Add (item As Activity)

Parameters

item
Activity

The Activity to be added to the ICollection.

Implements

Applies to