OperationParameterInfoCollection::IList::IndexOf Method (Object^)

 

Determines the index of a specific item in the IList.

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

private:
virtual int IndexOf(
	Object^ value
) sealed = IList::IndexOf

Parameters

value
Type: System::Object^

The object to locate in the IList.

Return Value

Type: System::Int32

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

.NET Framework
Available since 3.5
Return to top
Show: