Share via


ActivityCollection.System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Clear Method 

Namespace: System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)

Syntax

'Declaration
Private Sub System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Clear Implements ICollection(Of Activity).Clear
'Usage
Dim instance As ActivityCollection

CType(instance, ICollection(Of Activity)).Clear
void ICollection<Activity>.Clear ()
private:
virtual void System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Clear () sealed = ICollection<Activity^>::Clear
Not applicable.

Platforms

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ActivityCollection Class
ActivityCollection Members
System.Workflow.ComponentModel Namespace