[]
Determines the index of a specific item in the ParameterCollection.
public int IndexOf(Parameter item)
The object to locate in the ParameterCollection.
The index of item if found in the list; otherwise, -1.
item