ActivityCollection.System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.RemoveAt Method
Namespace: System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
'Declaration
Private Sub System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.RemoveAt ( _
index As Integer _
) Implements IList(Of Activity).RemoveAt
'Usage
Dim instance As ActivityCollection
Dim index As Integer
CType(instance, IList(Of Activity)).RemoveAt(index)
void IList<Activity>.RemoveAt (
int index
)
private:
virtual void System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.RemoveAt (
int index
) sealed = IList<Activity^>::RemoveAt
Not applicable.
- index
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Supported in: 3.0
ActivityCollection Class
ActivityCollection Members
System.Workflow.ComponentModel Namespace