OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::Remove Method (OperationParameterInfo^)

 

Removes the first occurrence of a specific object from the ICollection<T>.

Namespace:   System.Workflow.Activities
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

private:
virtual bool Remove(
	OperationParameterInfo^ item
) sealed = ICollection<OperationParameterInfo^>::Remove

Parameters

item
Type: System.Workflow.Activities::OperationParameterInfo^

The object to remove from the ICollection<T>.

Return Value

Type: System::Boolean

true if item was successfully removed from the ICollection<T>; otherwise, false. This method also returns false if item is not found in the original ICollection<T>.

.NET Framework
Available since 3.5
Return to top
Show: