OperationParameterInfoCollection.IndexOf(OperationParameterInfo) Method

Definition

Returns the zero-based index of the first occurrence of an OperationParameterInfo object in the OperationParameterInfoCollection.

public:
 int IndexOf(System::Workflow::Activities::OperationParameterInfo ^ item);
public int IndexOf (System.Workflow.Activities.OperationParameterInfo item);
override this.IndexOf : System.Workflow.Activities.OperationParameterInfo -> int
Public Function IndexOf (item As OperationParameterInfo) As Integer

Parameters

Returns

An Int32 representing the zero-based index of the first occurrence of an OperationParameterInfo object in the OperationParameterInfoCollection.

Implements

Applies to