Returns the index of the specified Parameter object in the collection.
'Declaration
Public Function IndexOf( _
ByVal As Parameter _
) As System.Integer
public System.int IndexOf(
Parameter
)
Parameters
- parameter
- Specifies the Parameter object for which to search.
Return Value
An integer specifying the index of the specified Parameter.