Removes the specified SAParameter object from 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.