OperationParameterInfoCollection::IList<OperationParameterInfo^>::RemoveAt Method (Int32)

 

Removes the IList<T> item at the specified index.

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

private:
virtual void RemoveAt(
	int index
) sealed = IList<OperationParameterInfo^>::RemoveAt

Parameters

index
Type: System::Int32

The zero-based index of the item to remove.

.NET Framework
Available since 3.5
Return to top
Show: