Removes the parameter with the specified name from the collection.
Public Overrides Sub RemoveAt(ByVal parameterName As String)
public override void RemoveAt(string parameterName)
parameterName The name of the parameter to retrieve.
IndexOutOfRangeException There is no parameter with the specified name.