The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OperationParameterInfoCollection::IList<OperationParameterInfo^>::IndexOf Method (OperationParameterInfo^)
Determines the index of a specific item in the IList<T>.
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>.
Implements
IList<T>::IndexOf(T)
.NET Framework
Available since 3.5
Available since 3.5
Show: