Piccolo.NET

PActivityList.Remove Method 

Removes the first occurrence of a specific activity from the list.

public void Remove(
   PActivity activity
);

Parameters

activity
The activity to remove from the list.

See Also

PActivityList Class | UMD.HCIL.Piccolo.Util Namespace