Removes the parameter with the given name from the collection.
Public Sub RemoveAt(ByVal parameterName As String)
public void RemoveAt(string parameterName)
parameterName The name of the parameter to remove.