Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityCollection::IList::Remove Method (Object^)

 

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

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
virtual void Remove(
	Object^ value
) sealed = IList::Remove

Parameters

value
Type: System::Object^

The Object to remove from the IList.

Exception Condition
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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft