Returns the location of the ULParameter in the collection.
Public Overrides Function IndexOf(ByVal value As Object) As Integer
public override int IndexOf(object value)
value The ULParameter object to locate.
The zero-based index of the ULParameter in the collection or -1 if the parameter is not found.
InvalidCastException The value specified must be a ULParameter.