OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::Remove Method (OperationParameterInfo^)
Removes the first occurrence of a specific object from the ICollection<T>.
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::Booleantrue 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>.
Implements
ICollection<T>::Remove(T)
.NET Framework
Available since 3.5
Available since 3.5
Show: