This topic has not yet been rated - Rate this topic

ActivityCollection.IList.Remove Method

Removes the first occurrence of a specific object from the IList.

Namespace:  System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
void IList.Remove(
	Object value
)

Parameters

value
Type: System.Object

The Object to remove from the IList.

Implements

IList.Remove(Object)
ExceptionCondition
NotSupportedException

The IList is read-only.

IList has a fixed size.

The elements that follow the removed element move up to occupy the vacated spot.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.