Removes the parameter at the specified index in the collection.
Public Overrides Sub RemoveAt(ByVal index As Integer)
public override void RemoveAt(int index)
index The zero-based index of the parameter to remove. The value must be in the range [0,ULParameterCollection.Count-1]. The first parameter in the collection has an index value of zero.
IndexOutOfRangeException The index is invalid.