[]
Removes the first occurrence of a specific object from the ParameterCollection.
public bool Remove(Parameter item)
The object to remove from the ParameterCollection.
true if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.
true
item
false