OperationParameterInfoCollection::IList<OperationParameterInfo^>::IndexOf Method (OperationParameterInfo^)

 

Determines the index of a specific item in the IList<T>.

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

private:
virtual int IndexOf(
	OperationParameterInfo^ item
) sealed = IList<OperationParameterInfo^>::IndexOf

Parameters

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

The object to locate in the IList<T>.

Return Value

Type: System::Int32

The index of item if found in the list; otherwise, -1.

.NET Framework
Available since 3.5
Return to top
Show: